Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: client/virt/tests/stress_boot.py

Issue 6883246: Merge autotest upstream from @5318 ~ @5336 (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/virt/tests/shutdown.py ('k') | client/virt/tests/vlan.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/virt/tests/stress_boot.py
diff --git a/client/tests/kvm/tests/stress_boot.py b/client/virt/tests/stress_boot.py
similarity index 93%
rename from client/tests/kvm/tests/stress_boot.py
rename to client/virt/tests/stress_boot.py
index 0c422c03c93413d0840512f66f38996ea6bbf23a..e3ac14d27650ad47b9f5a8a698c8d8853700422b 100644
--- a/client/tests/kvm/tests/stress_boot.py
+++ b/client/virt/tests/stress_boot.py
@@ -1,6 +1,6 @@
import logging
from autotest_lib.client.common_lib import error
-import kvm_preprocessing
+from autotest_lib.client.virt import virt_env_process
@error.context_aware
@@ -35,7 +35,7 @@ def run_stress_boot(test, params, env):
vm_params = vm.params.copy()
curr_vm = vm.clone(vm_name, vm_params)
env.register_vm(vm_name, curr_vm)
- kvm_preprocessing.preprocess_vm(test, vm_params, env, vm_name)
+ virt_env_process.preprocess_vm(test, vm_params, env, vm_name)
params["vms"] += " " + vm_name
sessions.append(curr_vm.wait_for_login(timeout=login_timeout))
« no previous file with comments | « client/virt/tests/shutdown.py ('k') | client/virt/tests/vlan.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698