nova/nova/tests/functional
Balazs Gibizer b5666fb492 Remove global state from the FakeDriver
The virt driver FakeDriver used in both the functional and in the unit
test used a global state to configure the host and node names the driver
reports. This was hard to use when more then one compute service is started.
Also global state is dangerous.

It turned out that only a set of unit tests are using multiple nodes per
compute the rest of the tests can simply use host=<hostname>,
nodes=[<hostname>] setup.

So this removes the global state.

Change-Id: I2cf2fcbaebc706f897ce5dfbff47d32117064f9c
2019-06-21 10:37:20 +02:00
..
api Include all network devices in nova diagnostics 2019-04-15 11:10:08 -04:00
api_sample_tests Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
compute Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
db Merge "Follow up for counting quota usage from placement" 2019-06-04 05:54:29 +00:00
libvirt libvirt: Use SATA bus for cdrom devices when using Q35 machine type 2019-06-12 08:00:45 +00:00
notification_sample_tests Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
regressions Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
wsgi Add functional recreate test for bug 1829479 and bug 1817833 2019-06-06 14:02:04 -04:00
__init__.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
api_paste_fixture.py Use external placement in functional tests 2018-12-12 18:46:49 +00:00
api_samples_test_base.py Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
fixtures.py Convert driver supported capabilities to compute node provider traits 2019-02-28 23:28:19 +00:00
integrated_helpers.py Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
test_aggregates.py Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
test_availability_zones.py Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
test_boot_from_volume.py Properly track local root disk usage during moves 2018-10-08 17:33:49 -04:00
test_compute_mgr.py Fup for the bandwidth series 2019-02-27 10:23:15 +01:00
test_conf_max_attach_disk_devices.py Add configuration of maximum disk devices to attach 2019-01-30 15:47:10 +00:00
test_images.py Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
test_instance_actions.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_json_filter.py Add functional test for the JsonFilter 2019-03-26 12:56:11 -04:00
test_legacy_v2_compatible_wrapper.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_list_servers_ip_filter.py tests: Stop starting consoleauth in functional tests 2019-06-17 15:18:31 +01:00
test_login.py update api_samples code to use better variables 2015-12-14 11:23:26 +08:00
test_metadata.py Handle unsetting '[DEFAULT] dhcp_domain' 2019-04-15 15:34:04 -04:00
test_middleware.py Removes unnecessary utf-8 encoding 2016-12-20 10:27:01 +07:00
test_multiattach.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_nova_manage.py Merge "Add BFV wrinkle to TestNovaManagePlacementHealAllocations" 2019-05-30 18:32:45 +00:00
test_report_client.py Use aggregate_add_host in nova-manage 2019-03-26 17:38:48 -05:00
test_server_group.py Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
test_servers.py Remove global state from the FakeDriver 2019-06-21 10:37:20 +02:00
test_servers_provider_tree.py Extract provider tree functional tests into new file. 2019-05-20 17:37:25 +01:00