nova/nova/tests/unit/api/openstack
Matt Riedemann da9ea09647 Make test_floating_ip* pass with CONF.use_neutron=True by default
Some pretty simple changes:

- test_floating_ip_dns can only be tested with nova-network as the
  API isn't implemented for Neutron.
- test_floating_ip_pools just needed some more generic mocking.
- test_floating_ips just needed more generic mocking and to make
  the non-Neutron-specific test force use_neutron=False.

Part of blueprint use-neutron-by-default

Change-Id: If8b8a6662ae01f23bde09fd5804fe635b6340eb4
2017-01-03 20:59:36 -05:00
..
compute Make test_floating_ip* pass with CONF.use_neutron=True by default 2017-01-03 20:59:36 -05:00
placement placement: REST API for resource classes 2016-12-05 16:13:49 +00:00
__init__.py
common.py [python3] Webob request body should be bytes 2015-12-28 13:51:29 -05:00
fakes.py Make test_server_usage work with CONF.use_neutron=True by default 2017-01-03 20:59:36 -05:00
test_api_version_request.py Use assert(Not)Equal instead of assertTrue(A == X) 2016-06-03 16:53:15 +01:00
test_common.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
test_faults.py [Py34] api.openstack.test_faults.TestFaultWrapper 2015-12-10 20:56:42 +00:00
test_legacy_v2_compatible_wrapper.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test_mapper.py [Py34] Enable api.openstack.test_mapper unit test 2015-10-05 18:59:28 +03:00
test_wsgi.py [PY3] byte/string conversions and enable PY3 test 2016-11-17 14:50:35 +08:00