nova/nova/tests/functional/libvirt
Stephen Finucane 431237d2ee functional: Make '_wait_for_state_change' behave consistently
Both 'ServersTestBase' and 'InstanceHelperMixin' provide implementations
of '_wait_for_state_change' but they behave differently. The former
waits for an instance to transition *from* the provided state, while the
latter, somewhat more sanely, waits for the transition *to* the provided
state. Switch to using the latter everywhere and make the necessary
changes. Due to class hierarchies, we end up with two nearly identical
implementations but these will be merged in a future change.

Change-Id: I80cdc0a33ec27b1389130c22f9c3a8ff69f6b1a0
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-11-19 09:09:29 +00:00
..
__init__.py tests: introduce a NUMAServersTest class 2015-04-16 11:43:53 -04:00
base.py Helper to start computes with different HostInfos 2019-11-12 10:03:58 -05:00
integrated_helpers.py Extract new base class for provider usage functional tests 2019-08-21 15:06:20 +01:00
test_numa_servers.py functional: Make '_wait_for_state_change' behave consistently 2019-11-19 09:09:29 +00:00
test_pci_sriov_servers.py functional: Make '_wait_for_state_change' behave consistently 2019-11-19 09:09:29 +00:00
test_report_cpu_traits.py Always trait the compute node RP with COMPUTE_NODE 2019-10-21 11:33:58 -05:00
test_reshape.py functional: Make '_wait_for_state_change' behave consistently 2019-11-19 09:09:29 +00:00
test_rt_servers.py functional: Make '_wait_for_state_change' behave consistently 2019-11-19 09:09:29 +00:00
test_shared_resource_provider.py Extract new base class for provider usage functional tests 2019-08-21 15:06:20 +01:00
test_vpmem.py Add functional tests for virtual persistent memory 2019-09-27 09:13:36 +00:00