neutron/neutron/tests/tempest
Assaf Muller 3ba14bb099 Copy tempest.common.tempest_fixtures in to Neutron
tempest_fixtures is used exclusively in Tempest and Neutron,
therefor I don't think it makes sense to move it in to tempest.lib.
I'd rather copy it in to the Neutron repo.

Change-Id: Ibb52e2cae3f1af1569a04123c43ebc4d125e326d
Related-bug: #1555356
2016-03-09 19:01:35 -05:00
..
common Copy tempest.common.tempest_fixtures in to Neutron 2016-03-09 19:01:35 -05:00
services Fix tempest lib import in API tests 2016-03-06 14:16:34 -08:00
README.rst Switch to using in-tree tempest lib 2016-02-26 14:00:11 +00:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
config.py Delete Tempest fork, import from tempest and tempest_lib 2016-01-29 11:31:27 -05:00
exceptions.py Switch to using in-tree tempest lib 2016-02-26 14:00:11 +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 required over time to minimize the depedency on the tempest testing framework. 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.