public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM Test: Correct file_transfer import link.
@ 2011-05-19  6:48 fyang
  2011-05-20 18:53 ` [Autotest] " Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 2+ messages in thread
From: fyang @ 2011-05-19  6:48 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Feng Yang

From: Feng Yang <fyang@redhat.com>

       modified:   client/tests/kvm/tests/set_link.py
       modified:   client/virt/tests/nic_promisc.py
       modified:   client/virt/tests/nicdriver_unload.py

Signed-off-by: Feng Yang <fyang@redhat.com>
---
 client/tests/kvm/tests/set_link.py    |    2 +-
 client/virt/tests/nic_promisc.py      |    2 +-
 client/virt/tests/nicdriver_unload.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/tests/kvm/tests/set_link.py b/client/tests/kvm/tests/set_link.py
index 94ca30a..ef34c71 100644
--- a/client/tests/kvm/tests/set_link.py
+++ b/client/tests/kvm/tests/set_link.py
@@ -1,6 +1,6 @@
 import logging
 from autotest_lib.client.common_lib import error
-from autotest_lib.client.tests.kvm.tests import file_transfer
+from autotest_lib.client.virt.tests import file_transfer
 from autotest_lib.client.virt import virt_test_utils
 
 
diff --git a/client/virt/tests/nic_promisc.py b/client/virt/tests/nic_promisc.py
index 0ff07b8..de4c4d6 100644
--- a/client/virt/tests/nic_promisc.py
+++ b/client/virt/tests/nic_promisc.py
@@ -1,7 +1,7 @@
 import logging, threading
 from autotest_lib.client.common_lib import error
 from autotest_lib.client.bin import utils
-from autotest_lib.client.tests.kvm.tests import file_transfer
+from autotest_lib.client.virt.tests import file_transfer
 from autotest_lib.client.virt import virt_test_utils, virt_utils
 
 
diff --git a/client/virt/tests/nicdriver_unload.py b/client/virt/tests/nicdriver_unload.py
index 8296523..be0a83f 100644
--- a/client/virt/tests/nicdriver_unload.py
+++ b/client/virt/tests/nicdriver_unload.py
@@ -1,7 +1,7 @@
 import logging, threading, os, time
 from autotest_lib.client.common_lib import error
 from autotest_lib.client.bin import utils
-from autotest_lib.client.tests.kvm.tests import file_transfer
+from autotest_lib.client.virt.tests import file_transfer
 from autotest_lib.client.virt import virt_test_utils, virt_utils
 
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-20 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19  6:48 [PATCH] KVM Test: Correct file_transfer import link fyang
2011-05-20 18:53 ` [Autotest] " Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox