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") |