summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Harris <rconradharris@gmail.com>2013-05-21 16:32:32 +0000
committerRick Harris <rconradharris@gmail.com>2013-05-23 17:15:41 +0000
commit6a61e66320025460dbcba9b630b6477e352bf11c (patch)
treec5cd429bfe119e1a21e94ef0ea3aad1d012b8fca
parent6dd1709bcea69ab47a695d42cb1c3d0e7f221ab2 (diff)
downloadnova-6a61e66320025460dbcba9b630b6477e352bf11c.tar.gz
nova-6a61e66320025460dbcba9b630b6477e352bf11c.tar.xz
nova-6a61e66320025460dbcba9b630b6477e352bf11c.zip
hyperv: Move tests under nova/tests/virt/hyperv
Change-Id: Ia4ea16e5aa4a48e1f10a52394f7b59fdfdb68d54
-rw-r--r--nova/tests/virt/hyperv/__init__.py (renamed from nova/tests/hyperv/__init__.py)0
-rw-r--r--nova/tests/virt/hyperv/db_fakes.py (renamed from nova/tests/hyperv/db_fakes.py)0
-rw-r--r--nova/tests/virt/hyperv/fake.py (renamed from nova/tests/hyperv/fake.py)0
-rw-r--r--nova/tests/virt/hyperv/test_hypervapi.py (renamed from nova/tests/test_hypervapi.py)4
4 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/hyperv/__init__.py b/nova/tests/virt/hyperv/__init__.py
index 090fc0639..090fc0639 100644
--- a/nova/tests/hyperv/__init__.py
+++ b/nova/tests/virt/hyperv/__init__.py
diff --git a/nova/tests/hyperv/db_fakes.py b/nova/tests/virt/hyperv/db_fakes.py
index 5152bd035..5152bd035 100644
--- a/nova/tests/hyperv/db_fakes.py
+++ b/nova/tests/virt/hyperv/db_fakes.py
diff --git a/nova/tests/hyperv/fake.py b/nova/tests/virt/hyperv/fake.py
index e0e5a6bbe..e0e5a6bbe 100644
--- a/nova/tests/hyperv/fake.py
+++ b/nova/tests/virt/hyperv/fake.py
diff --git a/nova/tests/test_hypervapi.py b/nova/tests/virt/hyperv/test_hypervapi.py
index 82fcfb059..b6df2ea31 100644
--- a/nova/tests/test_hypervapi.py
+++ b/nova/tests/virt/hyperv/test_hypervapi.py
@@ -36,10 +36,10 @@ from nova import db
from nova.image import glance
from nova import test
from nova.tests import fake_network
-from nova.tests.hyperv import db_fakes
-from nova.tests.hyperv import fake
from nova.tests.image import fake as fake_image
from nova.tests import matchers
+from nova.tests.virt.hyperv import db_fakes
+from nova.tests.virt.hyperv import fake
from nova import utils
from nova.virt import configdrive
from nova.virt import driver