neutron-tempest-plugin/neutron_tempest_plugin
Hang Yang e6e0ccf3db Add a scenario test for remote address group
Add a scenario test for SG rules with remote address group.

Implements: blueprint address-groups-in-sg-rules
Change-Id: I982552f47297a83a351ec67090c9101d80d88d4a
2021-03-02 09:33:44 -06:00
..
api Add tempest API tests for address groups RBAC 2021-03-01 19:12:17 -06:00
bgpvpn Mark some bgpvpn scenario tests unstable 2020-10-02 09:21:35 +02:00
common Add first VLAN Transparency tests 2021-01-19 12:36:40 +01:00
fwaas Remove six 2020-11-06 09:23:01 +08:00
neutron_dynamic_routing Remove six 2020-11-06 09:23:01 +08:00
scenario Add a scenario test for remote address group 2021-03-02 09:33:44 -06:00
services Merge "remove all unused local variable" 2020-12-09 16:30:41 +00:00
sfc [SFC] Mark test test_update_port_pair_group_remove_port_pairs as unstable 2020-09-29 16:54:52 +02:00
vpnaas Mark VPNaaS scenario tests as unstable 2020-06-05 11:13:03 +02:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add a scenario test for remote address group 2021-03-02 09:33:44 -06: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.