neutron-tempest-plugin/neutron_tempest_plugin
2022-05-19 11:03:21 +05:30
..
api Make test test_remove_associated_ports to be compatible with L3HA 2022-05-02 13:19:41 +00:00
bgpvpn [bgpvpn] Remove get_remote_client 2022-04-13 07:04:23 +00:00
common Honour ssh_key_type config for keypair and ssh clients 2022-03-08 19:34:16 +05:30
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 Fix wrong exceptions import from test_metadata 2022-04-28 16:23:59 +00:00
services Add Local IP API tests 2022-01-13 18:10:34 +03: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
__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 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.