Update the functional test import paths
This commit is the result of running the following search and replace across the project. s/functional\.api\.openstack\.placement\./functional\./g Change-Id: I797a252230b6d43c7594d16887a525ac5c3f6d7c
This commit is contained in:
parent
2f1267c878
commit
a3f8272300
@ -56,7 +56,7 @@ from nova import quota as nova_quota
|
||||
from nova import rpc
|
||||
from nova import service
|
||||
from nova.tests.functional.api import client
|
||||
from nova.tests.functional.api.openstack.placement.fixtures import placement
|
||||
from nova.tests.functional.fixtures import placement
|
||||
from nova.tests import uuidsentinel
|
||||
|
||||
_TRUE_VALUES = ('True', 'true', '1', 'yes')
|
||||
|
@ -19,7 +19,7 @@ from nova.api.openstack.placement import context
|
||||
from nova.api.openstack.placement import deploy
|
||||
from nova.api.openstack.placement.objects import resource_provider
|
||||
from nova.tests import fixtures
|
||||
from nova.tests.functional.api.openstack.placement.fixtures import capture
|
||||
from nova.tests.functional.fixtures import capture
|
||||
from nova.tests.unit import policy_fixture
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@ from nova.api.openstack.placement import exception
|
||||
from nova.api.openstack.placement import lib as placement_lib
|
||||
from nova.api.openstack.placement.objects import resource_provider as rp_obj
|
||||
from nova import rc_fields as fields
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@ from nova.api.openstack.placement.objects import resource_provider as rp_obj
|
||||
from nova.api.openstack.placement.objects import user as user_obj
|
||||
from nova import rc_fields as fields
|
||||
from nova.tests.functional.api.openstack.placement import base
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
from nova.api.openstack.placement import exception
|
||||
from nova.api.openstack.placement.objects import project as project_obj
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
from nova.api.openstack.placement import exception
|
||||
from nova.api.openstack.placement.objects import consumer as consumer_obj
|
||||
from nova.api.openstack.placement.objects import resource_provider as rp_obj
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ from nova.api.openstack.placement.objects import consumer as consumer_obj
|
||||
from nova.api.openstack.placement.objects import resource_provider as rp_obj
|
||||
from nova.db.sqlalchemy import api_models as models
|
||||
from nova import rc_fields as fields
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
from nova.api.openstack.placement import exception
|
||||
from nova.api.openstack.placement.objects import user as user_obj
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
|
||||
|
@ -28,8 +28,8 @@ from nova.api.openstack.placement.objects import user as user_obj
|
||||
from nova.api.openstack.placement import policies
|
||||
from nova import rc_fields as fields
|
||||
from nova.tests import fixtures
|
||||
from nova.tests.functional.api.openstack.placement.db import test_base as tb
|
||||
from nova.tests.functional.api.openstack.placement.fixtures import capture
|
||||
from nova.tests.functional.db import test_base as tb
|
||||
from nova.tests.functional.fixtures import capture
|
||||
from nova.tests.unit import policy_fixture
|
||||
from nova.tests import uuidsentinel as uuids
|
||||
|
||||
|
@ -17,9 +17,9 @@ import wsgi_intercept
|
||||
|
||||
from gabbi import driver
|
||||
|
||||
from nova.tests.functional.api.openstack.placement.fixtures import capture
|
||||
from nova.tests.functional.fixtures import capture
|
||||
# TODO(cdent): This whitespace blight will go away post extraction.
|
||||
from nova.tests.functional.api.openstack.placement.fixtures \
|
||||
from nova.tests.functional.fixtures \
|
||||
import gabbits as fixtures
|
||||
|
||||
# Check that wsgi application response headers are always
|
||||
|
Loading…
Reference in New Issue
Block a user