hyperv: Move tests under nova/tests/virt/hyperv

Change-Id: Ia4ea16e5aa4a48e1f10a52394f7b59fdfdb68d54
This commit is contained in:
Rick Harris 2013-05-21 16:32:32 +00:00
parent 6dd1709bce
commit 6a61e66320
4 changed files with 2 additions and 2 deletions

View File

@ -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