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

Unified Diff: client/tests/kvm/tests/migration_with_reboot.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/tests/kvm/tests/migration_with_file_transfer.py ('k') | client/tests/kvm/tests/module_probe.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/tests/migration_with_reboot.py
diff --git a/client/tests/kvm/tests/migration_with_reboot.py b/client/tests/kvm/tests/migration_with_reboot.py
index a15f983965c8a4bbcafa95a1eb93a8aaab53c8d1..5dddb1274a04ed835925e037c9040e6dd0eecdd1 100644
--- a/client/tests/kvm/tests/migration_with_reboot.py
+++ b/client/tests/kvm/tests/migration_with_reboot.py
@@ -1,4 +1,4 @@
-import kvm_utils
+from autotest_lib.client.virt import virt_utils
def run_migration_with_reboot(test, params, env):
@@ -27,7 +27,7 @@ def run_migration_with_reboot(test, params, env):
try:
# Reboot the VM in the background
- bg = kvm_utils.Thread(vm.reboot, (session,))
+ bg = virt_utils.Thread(vm.reboot, (session,))
bg.start()
try:
while bg.isAlive():
« no previous file with comments | « client/tests/kvm/tests/migration_with_file_transfer.py ('k') | client/tests/kvm/tests/module_probe.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698