summaryrefslogtreecommitdiff
path: root/nova/tests/functional/libvirt/test_numa_servers.py
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-06-14 17:04:48 +0100
committerMatt Riedemann <mriedem.os@gmail.com>2018-07-24 15:05:07 -0400
commit803f85d7e638c7367db709a93f732f12d81e083a (patch)
treea189416957ef90aa15af81d5f9a7f747d718ceba /nova/tests/functional/libvirt/test_numa_servers.py
parent7aa9d1c23b8544b276c64316a3539ba5560d3e57 (diff)
downloadnova-803f85d7e638c7367db709a93f732f12d81e083a.tar.gz
scheduler: Start utilizing RequestSpec.network_metadata
Now that we have this information, we can use it as a pre-filtering for suitable hosts. With this patch we complete the blueprint. As a result, documentation and release notes are bundled in the patch and previously inactive tests are now enabled. Part of blueprint numa-aware-vswitches Change-Id: Ide262733ffd7714fdc702b31c61bdd42dbf7acc3
Diffstat (limited to 'nova/tests/functional/libvirt/test_numa_servers.py')
-rw-r--r--nova/tests/functional/libvirt/test_numa_servers.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/nova/tests/functional/libvirt/test_numa_servers.py b/nova/tests/functional/libvirt/test_numa_servers.py
index e7dd39d766..815656b495 100644
--- a/nova/tests/functional/libvirt/test_numa_servers.py
+++ b/nova/tests/functional/libvirt/test_numa_servers.py
@@ -326,9 +326,7 @@ class NUMAServersWithNetworksTest(NUMAServersTestBase):
flavor_id, networks)
self.assertTrue(filter_mock.called)
- # TODO(stephenfin): Switch this to 'ERROR' once the final patch is
- # merged
- self.assertEqual('ACTIVE', status)
+ self.assertEqual('ERROR', status)
def test_create_server_with_physnet_and_tunneled_net(self):
"""Test combination of physnet and tunneled network.