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

Unified Diff: client/virt/tests/guest_test.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/guest_s4.py ('k') | client/virt/tests/image_copy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/virt/tests/guest_test.py
diff --git a/client/tests/kvm/tests/guest_test.py b/client/virt/tests/guest_test.py
similarity index 96%
rename from client/tests/kvm/tests/guest_test.py
rename to client/virt/tests/guest_test.py
index 95c6f7fc760bb7d3f75ae86fc3519d6055dd74c3..3bc7da778e5fef89bdcfddc9109b3ec358483858 100644
--- a/client/tests/kvm/tests/guest_test.py
+++ b/client/virt/tests/guest_test.py
@@ -1,5 +1,5 @@
import os, logging
-import kvm_utils
+from autotest_lib.client.virt import virt_utils
def run_guest_test(test, params, env):
@@ -60,7 +60,7 @@ def run_guest_test(test, params, env):
logging.info("Download resource finished.")
else:
session.cmd_output("del %s" % dst_rsc_path, internal_timeout=0)
- script_path = kvm_utils.get_path(test.bindir, script)
+ script_path = virt_utils.get_path(test.bindir, script)
vm.copy_files_to(script_path, dst_rsc_path, timeout=60)
cmd = "%s %s %s" % (interpreter, dst_rsc_path, script_params)
« no previous file with comments | « client/virt/tests/guest_s4.py ('k') | client/virt/tests/image_copy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698