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

Unified Diff: client/tests/kvm/get_started.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/control.unittests ('k') | client/tests/kvm/kvm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/kvm/get_started.py
diff --git a/client/tests/kvm/get_started.py b/client/tests/kvm/get_started.py
index 5ce73498368432cd28d6940016bf6b59d9af0d82..c0cbdb7d4e403bbcfc6af35126d55ab8d7ae8113 100755
--- a/client/tests/kvm/get_started.py
+++ b/client/tests/kvm/get_started.py
@@ -6,9 +6,10 @@ Program to help setup kvm test environment
"""
import os, sys, logging, shutil
-import common, kvm_utils
+import common
from autotest_lib.client.common_lib import logging_manager
from autotest_lib.client.bin import utils
+from autotest_lib.client.virt import virt_utils
def check_iso(url, destination, hash):
@@ -40,7 +41,7 @@ def check_iso(url, destination, hash):
if __name__ == "__main__":
- logging_manager.configure_logging(kvm_utils.KvmLoggingConfig(),
+ logging_manager.configure_logging(virt_utils.VirtLoggingConfig(),
verbose=True)
logging.info("KVM test config helper")
« no previous file with comments | « client/tests/kvm/control.unittests ('k') | client/tests/kvm/kvm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698