diff options
-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 |