neutron-tempest-plugin/neutron_tempest_plugin
Zuul 61e303a97e Merge "Run security group api tests against stateless security groups too" 2023-01-04 16:58:23 +00:00
..
api Merge "Run security group api tests against stateless security groups too" 2023-01-04 16:58:23 +00:00
bgpvpn [bgpvpn] Remove get_remote_client 2022-04-13 07:04:23 +00:00
common Use StatefulConnection class to verify connectivity in SG tests 2022-08-16 17:15:01 +03:00
fwaas [fwaas] Remove _create_subnet & setup_clients 2022-04-13 10:14:13 +02:00
neutron_dynamic_routing Honour ssh_key_type config for keypair and ssh clients 2022-03-08 19:34:16 +05:30
scenario Use StatefulConnection class to verify connectivity in SG tests 2022-08-16 17:15:01 +03:00
services Run security group api tests against stateless security groups too 2022-12-21 11:02:03 +00:00
sfc [sfc] Remove setup_clients method 2022-04-07 10:01:37 +00:00
tap_as_a_service taas: use ssh_key_type from config for taas scenario 2022-05-19 11:03:21 +05:30
vpnaas Honour ssh_key_type config for keypair and ssh clients 2022-03-08 19:34:16 +05:30
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add tap-as-a-service scenario tests 2022-02-14 10:41:39 +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

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.