neutron-tempest-plugin/neutron_tempest_plugin
Cédric Ollivier 167a5784ca Protect vs unordered results in TrunkTestInheritJSONBase
Closes-Bug: #1863707

Change-Id: If99de32925da9f79ceacdccc86c5727e466347c0
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2020-03-22 16:32:13 +01:00
..
api Protect vs unordered results in TrunkTestInheritJSONBase 2020-03-22 16:32:13 +01:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Fix how nc is called in qos test 2020-03-19 15:33:08 +01:00
fwaas Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
neutron_dynamic_routing bgp_speaker_extensions: Don't execute the negative tests under smoke 2019-11-05 12:38:12 +00:00
scenario Merge "Fix how nc is called in qos test" 2020-03-20 17:15:56 +00:00
services Add list security group rules API test 2020-02-26 20:33:02 +00:00
sfc Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
vpnaas Migrate neutron-vpnaas tests to neutron-tempest-plugin 2019-12-09 15:13:28 -06:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Merge "Enhance the test_multicast_between_vms_on_same_network test" 2020-02-13 02:22:06 +00:00
exceptions.py Stop using not existing ShellCommandError exception class 2020-02-06 10:44:16 +01:00
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

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_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.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.