neutron/neutron/tests/tempest
Ihar Hrachyshka 275a98e05a tests: removed 'retargetable' framework
I am not 100% sure what that is but it seems like an experiment that
never gave fruits. Since the introduction of the code, we had huge
changes in how we test api, we got tempest plugins, we steadily move
from api testing in unit tests, we have fullstack, etc.

I assume if I can't understand what's use of that, then it's probably
irrelevant code, and so it's better to clean it from the tree.

Change-Id: I0b1be0c761da75885981952a4f5ab5a43bc09525
2017-05-02 16:45:49 +00:00
..
api tempest: Obey identity_feature_enabled.api_v2_admin in a few tests 2017-05-02 09:41:11 -07:00
common Copy tempest.common.tempest_fixtures in to Neutron 2016-03-09 19:01:35 -05:00
scenario Merge "Tempest: Edited bash commands to work with multiple OSes." 2017-04-25 21:08:09 +00:00
services Add QoS bandwidth limit for instance ingress traffic 2017-04-27 12:51:50 +00:00
README.rst tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
config.py Inherit segmentation details for trunk subports if requested 2017-04-03 21:22:38 -07:00
exceptions.py Switch to using in-tree tempest lib 2016-02-26 14:00:11 +00:00
plugin.py tempest: enable hacking rule checks 2016-04-18 23:47:33 +02:00

README.rst

WARNING

Some 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 dependency on the tempest testing framework. While it exists, only neutron.tests.tempest.* 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.