neutron-tempest-plugin/neutron_tempest_plugin/api
Rodolfo Alonso Hernandez 8f726129b2 Add a new client method: "get_loaded_network_extensions"
This method retrieves the extensions loaded by the Neutron API, instead
of reading the configured extensions in the tempest configuration.

This method can help during a extension implementation, as for example
in "subnet-external-network". This extension cannot be declared yet in
the neutron-tempest-plugin job definitions, because the extension has
not been implemented in Neutron. However, when the Neutron patch is
tested, the extension is missing in the configuration and the test
cannot correctly modify the API calls.

Related-Bug: #2051831
Change-Id: I3e6f570cd63e44df7ceb8f5013c2b4adebfe4286
2024-06-25 19:59:41 +00:00
..
admin Negative test: set quota lower than resource count 2024-05-16 14:44:39 +03:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
base_routers.py Add Active Active L3 GW API test cases 2024-03-26 10:15:15 +01:00
base_security_groups.py Change legacy security group rule check 2019-05-21 09:14:38 -04:00
base.py Add a new client method: "get_loaded_network_extensions" 2024-06-25 19:59:41 +00:00
clients.py Honour ssh_key_type config for keypair and ssh clients 2022-03-08 19:34:16 +05:30
test_address_groups.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_address_scopes_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_address_scopes.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_auto_allocated_topology.py Add test for the validate auto_allocated_topology API 2024-06-21 14:38:00 +00:00
test_availability_zones.py Two fixes on test_list_available_zones 2018-10-31 19:41:08 +00:00
test_conntrack_helper.py Add tests for L3 conntrack helper 2019-09-25 09:20:11 +00:00
test_extension_driver_port_security.py Update test cases after security group menthods improvements. 2018-12-04 09:16:30 +00:00
test_extensions.py Assert extensions match in config file and server 2018-08-13 18:04:11 +00:00
test_flavors_extensions.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_floating_ips_negative.py Refactor test cases after adding new params to create_floatingip. 2018-09-27 07:16:17 +00:00
test_floating_ips.py Test floatingip pools service plugin 2018-12-04 20:50:05 +00:00
test_local_ip.py Add Local IP API tests 2022-01-13 18:10:34 +03:00
test_metering_extensions.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_metering_negative.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_ndp_proxy_negative.py Create extra external network with address scope for ndp proxy tests 2022-09-06 10:51:59 +08:00
test_ndp_proxy.py Create extra external network with address scope for ndp proxy tests 2022-09-06 10:51:59 +08:00
test_network_ip_availability_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_network_ip_availability.py Remove duplicate setup in NetworksIpAvailabilityIPv6Test class 2023-12-19 10:40:10 +01:00
test_networks_negative.py Addition of negative test: network creation with an 2019-03-27 22:09:53 +00:00
test_networks.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_port_forwarding_negative.py Add more port_forwarding tests 2020-10-13 05:19:10 -04:00
test_port_forwardings.py list floating ip api contains port forwarding id 2022-09-09 09:30:29 +08:00
test_ports_negative.py Fix test to prevent network leak 2021-05-06 13:06:34 +00:00
test_ports.py Add test_port_shut_down API test 2023-12-05 13:04:02 +01:00
test_qos_negative.py Use random policy names in test_qos and test_qos_negative 2022-01-28 12:02:12 +01:00
test_qos.py Remove usage of testscenarios and replace it with ddt library 2024-03-06 14:27:39 +01:00
test_revisions.py Skip HA router tests when not meant for OVN driver 2024-02-19 13:21:08 +02:00
test_router_interface_fip.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_routers_negative.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_routers.py Add Active Active L3 GW scenario test cases 2024-05-29 03:10:34 +00:00
test_security_groups_negative.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_security_groups.py Add API test for normalized CIDR attribute in the SG rule 2023-12-12 17:05:27 +01:00
test_service_type_management.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_subnetpool_prefix_ops.py Add API tests for subnet pool prefix operations 2019-06-22 03:11:32 +00:00
test_subnetpools_negative.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_subnetpools.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00
test_subnets.py Add a new client method: "get_loaded_network_extensions" 2024-06-25 19:59:41 +00:00
test_timestamp.py Update test cases after security group menthods improvements. 2018-12-04 09:16:30 +00:00
test_trunk_details.py Update trunk tests to use create_trunk method. 2018-09-24 11:48:57 +00:00
test_trunk_negative.py Update trunk tests to use create_trunk method. 2018-09-24 11:48:57 +00:00
test_trunk.py Replace deprecated tenant_id property 2023-06-19 08:09:20 +09:00