neutron/neutron/tests/tempest/api
Sławek Kapłoński 35b3e7b3cf Tempest: Fix cleaning of networks after API tests
In case when network was created with different than default
client (like admin_client) network wasn't properly removed in
cleanup_resources method because default client was used to
delete function and 'NotFound' error returned from Neutron
was silently ignored in such case.

Now networks created by different than default client are
added to "admin_networks" list and are cleaned by admin_client.

Change-Id: I52428262276c16dbe077fcf77b1890f12dccc97d
2017-08-24 19:51:22 +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.py Tempest: Fix cleaning of networks after API tests 2017-08-24 19:51:22 +00: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
clients.py Tempest: Adopt keystone api v3 for tests 2017-07-14 22:53:20 +00:00
test_address_scopes.py api-tests: Common way to define required extensions 2017-05-30 15:37:16 +00:00
test_address_scopes_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +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.py tests: don't set description in test_blank_update_clears_association 2017-08-03 12:39:59 -07:00
test_floating_ips_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00: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.py Switch to use idempotent_id decorator from tempest.lib 2017-02-25 14:24:15 +00:00
test_network_ip_availability_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_networks_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_ports.py Add API test for port dns_domain 2017-08-09 16:20:48 -05:00
test_qos.py Fix default qos policy when creating network 2017-08-23 13:03:18 +00:00
test_qos_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +00:00
test_revisions.py API compare-and-swap updates based on revision_number 2017-06-29 22:50:12 +00:00
test_routers.py Fix tempest router creation 2017-06-22 11:44:52 -04:00
test_routers_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_security_groups_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +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.py Fix DefaultSubnetPool API test 2017-08-14 09:46:41 +00:00
test_subnetpools_negative.py Replace test.attr() with decorators.attr() 2017-07-13 03:31:15 +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.py Manually increment revision numbers in revision plugin 2017-06-14 18:47:17 -07: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