neutron-tempest-plugin/neutron_tempest_plugin
2024-11-27 12:53:22 +00:00
..
api Merge "Use the admin client for the QoS tag tests" 2024-11-27 12:53:22 +00:00
bgpvpn Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
common Bump hacking 2024-11-22 10:37:03 +00:00
fwaas Bump hacking 2024-11-22 10:37:03 +00:00
neutron_dynamic_routing Bump hacking 2024-11-22 10:37:03 +00:00
scenario Bump hacking 2024-11-22 10:37:03 +00:00
services Add test for the validate auto_allocated_topology API 2024-06-21 14:38:00 +00:00
sfc Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
tap_as_a_service Bump hacking 2024-11-22 10:37:03 +00:00
vpnaas Replace usage of deprecated path for test decorators 2024-02-09 06:19:24 +00:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Remove transition logic for old tempest option renaming 2024-11-23 02:34:24 +09: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.