neutron-tempest-plugin/neutron_tempest_plugin
Martin Kopec 71a7324508 Fix network sorting in API tests
There is a mismatch in some tests because sorted() sorts in ASCII
order - digits are followed by uppercase characters and then
lowercase characters. That doesn't work if a network's name starts
with a capital letter.

Closes-Bug: #2049211
Change-Id: I8328d7d8ca7b49b99feb24d77525abdc064aae80
2024-01-17 12:09:50 +01:00
..
api Fix network sorting in API tests 2024-01-17 12:09:50 +01:00
bgpvpn Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
common Add test documentation for docs tox target 2023-11-08 15:52:37 +01:00
fwaas Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
neutron_dynamic_routing Add test documentation for docs tox target 2023-11-08 15:52:37 +01:00
scenario Merge "Fix importing security group tests" 2023-11-16 17:23:31 +00:00
services New basic API tests for the default SG rules templates CRUDs 2023-10-06 06:00:57 +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 Merge "Test job for VPNaaS on OVN" 2023-12-07 10:16:02 +00:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Make dns_domain value configurable 2023-01-12 09:18:11 +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.