neutron-tempest-plugin/neutron_tempest_plugin
2020-05-05 08:49:13 +00:00
..
api Merge "Added new API test_sg_rules_quota_decrease_less_than_created." 2020-05-05 08:49:13 +00: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 Fix issue when disassociating resources from firewall group 2020-04-23 16:30:26 +08:00
neutron_dynamic_routing bgp_speaker_extensions: Don't execute the negative tests under smoke 2019-11-05 12:38:12 +00:00
scenario Fix test_multicast_between_vms_on_same_network 2020-04-22 10:37:05 +00:00
services Merge "Add test_reuse_ip_address_with_other_fip..." 2020-04-16 06:34:12 +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.