neutron/neutron/tests/tempest/api
Kevin Benton 5feac7d8b0 Tempest: Fix cleaning of subnets
Similar to I52428262276c16dbe077fcf77b1890f12dccc97d,
any subnets created with another client were failing to delete
with an HTTPNotFound which was silently ignored. So
we were implicitly depending on deletion of the network to
actually cleanup the subnet.

This adjusts the logic to use the admin_client to delete the subnet
whenever a different client is used.

Change-Id: Ie7d733a501b87fd2334054e72c86b8dae36da37c
2017-09-03 06:39:15 +00:00
..
admin Stop using v2 identity API 2017-08-16 19:56:22 +00:00
__init__.py Use tempest plugin interface 2016-04-14 15:19:14 +02:00
base_routers.py Use tempest plugin interface 2016-04-14 15:19:14 +02:00
base_security_groups.py Remove unnecessary setUp and resource_setup 2016-08-29 14:24:42 +08:00
base.py Tempest: Fix cleaning of subnets 2017-09-03 06:39:15 +00:00
clients.py Tempest: Adopt keystone api v3 for tests 2017-07-14 22:53:20 +00:00
test_address_scopes_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_address_scopes.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_allowed_address_pair.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_auto_allocated_topology.py use neutron-lib auto allocated topology apidef 2017-07-28 08:38:45 -06:00
test_dhcp_ipv6.py Switch to use idempotent_id decorator from tempest.lib 2017-02-25 14:24:15 +00:00
test_extension_driver_port_security.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_extensions.py Switch to use idempotent_id decorator from tempest.lib 2017-02-25 14:24:15 +00:00
test_extra_dhcp_options.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_flavors_extensions.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_floating_ips_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_floating_ips.py tests: don't set description in test_blank_update_clears_association 2017-08-03 12:39:59 -07:00
test_metering_extensions.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_metering_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_network_ip_availability_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_network_ip_availability.py Switch to use idempotent_id decorator from tempest.lib 2017-02-25 14:24:15 +00:00
test_networks_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_networks.py Allow to set/modify network mtu 2017-08-11 00:57:34 +00:00
test_ports.py Add API test for port dns_domain 2017-08-09 16:20:48 -05:00
test_qos_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_qos.py Tempest: change way how QoS policies are cleaned 2017-08-25 13:30:28 +00:00
test_revisions.py API compare-and-swap updates based on revision_number 2017-06-29 22:50:12 +00:00
test_routers_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_routers.py Fix tempest router creation 2017-06-22 11:44:52 -04:00
test_security_groups_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_security_groups.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_service_type_management.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_subnetpools_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_subnetpools.py Fix DefaultSubnetPool API test 2017-08-14 09:46:41 +00:00
test_subnets.py Switch to use idempotent_id decorator from tempest.lib 2017-02-25 14:24:15 +00:00
test_tag.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_timestamp.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_trunk_details.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_trunk_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_trunk.py Manually increment revision numbers in revision plugin 2017-06-14 18:47:17 -07:00