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

Unified Diff: client/tests/kvm/tests/migration.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/ksm_overcommit.py ('k') | client/tests/kvm/tests/migration_with_file_transfer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/tests/migration.py
diff --git a/client/tests/kvm/tests/migration.py b/client/tests/kvm/tests/migration.py
index b462e66c78034429623a4cb3c0fbbe30f6c9bd2d..2426f3f2aaa7cff4c4f434ae960a60d1f7f940db 100644
--- a/client/tests/kvm/tests/migration.py
+++ b/client/tests/kvm/tests/migration.py
@@ -1,6 +1,6 @@
import logging, time
from autotest_lib.client.common_lib import error
-import kvm_utils
+from autotest_lib.client.virt import virt_utils
def run_migration(test, params, env):
@@ -68,9 +68,9 @@ def run_migration(test, params, env):
"command output after migration")
logging.info("Command: %s", test_command)
logging.info("Output before:" +
- kvm_utils.format_str_for_message(reference_output))
+ virt_utils.format_str_for_message(reference_output))
logging.info("Output after:" +
- kvm_utils.format_str_for_message(output))
+ virt_utils.format_str_for_message(output))
raise error.TestFail("Command '%s' produced different output "
"before and after migration" % test_command)
« no previous file with comments | « client/tests/kvm/tests/ksm_overcommit.py ('k') | client/tests/kvm/tests/migration_with_file_transfer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698