KVM test: nic_bonding: Introduce absolute namespace for test imports
commitbdedd1fac0b7330372d4de6084855b3bafa6eb37
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 12 Jan 2011 16:20:10 +0000 (12 16:20 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 12 Jan 2011 16:20:10 +0000 (12 16:20 +0000)
treebdfc03acdf726d72b20a95df8158a82497026d6a
parent4eca5bb364eec968c81986a5c265922598cce089
KVM test: nic_bonding: Introduce absolute namespace for test imports

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>
git-svn-id: svn://test.kernel.org/autotest/trunk@5140 592f7852-d20e-0410-864c-8624ca9c26a4
client/tests/kvm/__init__.py [new file with mode: 0644]
client/tests/kvm/tests/nic_bonding.py