neutron/neutron/tests/api
Maru Newby ae5ffa3f9f Fix test discovery for api and functional paths
The use of the builtin unittest test loader was silently dropping tests
that couldn't be imported.

This change also drops the retargetable path from discovery in the api
path due to a previously-masked configuration problem, and fixes an
invalid import in a functional testing fixture module.

Fullstack tests are also disabled temporarily pending a fix for #1446261.

Note:
- fullstack tests are not really working in Kilo, so it's fine to
  disable them for the branch.

Change-Id: Ie44e45c117bd864538e7919dfcf499091fde7752
Related-Bug: #1440834
Related-Bug: #1443480
Closes-Bug: #1446405
(cherry picked from commit 4000b18275)
2015-07-13 13:01:54 +00:00
..
admin Block allowed address pairs on other tenants' net 2015-05-07 21:38:11 +00:00
__init__.py Fix test discovery for api and functional paths 2015-07-13 13:01:54 +00:00
base.py Add API tests for Neutron DVR extension 2015-04-01 17:50:50 -07:00
base_routers.py Add API tests for Neutron DVR extension 2015-04-01 17:50:50 -07:00
base_security_groups.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
clients.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_allowed_address_pair.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_dhcp_ipv6.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_extensions.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_extra_dhcp_options.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_floating_ips.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_floating_ips_negative.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_fwaas_extensions.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_load_balancer.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_metering_extensions.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_networks.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_networks_negative.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_ports.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_routers.py Add API tests for Neutron DVR extension 2015-04-01 17:50:50 -07:00
test_routers_negative.py Add API tests for Neutron DVR extension 2015-04-01 17:50:50 -07:00
test_security_groups.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_security_groups_negative.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_service_type_management.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_subnetpools.py Block subnet create when a network hosts subnets allocated from different pools 2015-06-01 18:42:59 +00:00
test_subnetpools_negative.py Block subnet create when a network hosts subnets allocated from different pools 2015-06-01 18:42:59 +00:00
test_vpnaas_extensions.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00