neutron/neutron/tests/tempest
armando-migliaccio 0d98dcc673 Move orphaned api test - deux
According to changes [1,2], API tests' new home is under neutron/tests/api.
Change 92d2054f8a slipped through the cracks. It seems also that wrong
imports lead to tests silently dropped (i.e. not executed). This patch
rectifies the issue.

 [1] https://review.openstack.org/#/c/169850/
 [2] https://review.openstack.org/#/c/167320/

Change-Id: I64be376d7cff9512bd027720116dc039831e7955
2015-04-01 20:45:12 -07:00
..
common Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
services Merge "Add API tests for subnetpool allocation" 2015-04-01 21:54:16 +00:00
README.rst Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
auth.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
config.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
exceptions.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
manager.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
test.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00

README.rst

WARNING

The files under this path were copied from tempest as part of the move of the api tests, and they will be removed as the required functionality is transitioned from tempest to tempest-lib. While it exists, only neutron.tests.api and neutron.tests.retargetable should be importing files from this path. neutron.tests.tempest.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.