* [PATCH] KVM test: nic_bonding: Introduce absolute namespace for test imports
@ 2011-01-12 16:15 Lucas Meneghel Rodrigues
0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2011-01-12 16:15 UTC (permalink / raw)
To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues
In order to avoid namespace collisions, turn the kvm test dir into
a module and, whenever importing full tests, use the complete
namespace. The full namespace might not be pretty, but it is
certainly safer, specially executing from autoserv.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/tests/nic_bonding.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
create mode 100644 client/tests/kvm/__init__.py
diff --git a/client/tests/kvm/__init__.py b/client/tests/kvm/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/client/tests/kvm/tests/nic_bonding.py b/client/tests/kvm/tests/nic_bonding.py
index 692978c..ca9d70a 100644
--- a/client/tests/kvm/tests/nic_bonding.py
+++ b/client/tests/kvm/tests/nic_bonding.py
@@ -1,6 +1,6 @@
import logging, time, threading
from autotest_lib.client.common_lib import error
-from tests import file_transfer
+from autotest_lib.client.tests.kvm.tests import file_transfer
import kvm_test_utils, kvm_utils
def run_nic_bonding(test, params, env):
--
1.7.3.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-12 16:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 16:15 [PATCH] KVM test: nic_bonding: Introduce absolute namespace for test imports 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