neutron-tempest-plugin/neutron_tempest_plugin
Rodolfo Alonso Hernandez a0593c77f8 Change the default FRR docker image repository
This patch changes the default reporitory (hub.docker.com) to quay.io,
in order to avoid the limitations implemented in the website, reducing
the download request. The base image is the same: Ubuntu 22.04

NOTE: it could be possible that quay.io implements the same limitations.

Closes-Bug: #2089140
Change-Id: If2aa7a58de35f14066d3e95058407af343b97f44
2024-11-20 08:49:29 +00:00
..
api Add test for extension "quota-check-limit-default" 2024-09-13 12:40:03 +00:00
bgpvpn Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
common nit: Drop mention of postgresql 2024-11-05 13:50:29 -05:00
fwaas Remove usage of testscenarios and replace it with ddt library 2024-03-06 14:27:39 +01:00
neutron_dynamic_routing Add test documentation for docs tox target 2023-11-08 15:52:37 +01:00
scenario Change the default FRR docker image repository 2024-11-20 08:49:29 +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 Replace deprecated tenant_id property 2023-06-19 08:09:20 +09: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 Update snat_rules_apply_to_nested_networks with ovn details 2024-09-03 14:19:49 +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.