summaryrefslogtreecommitdiff
path: root/nova/tests/functional/libvirt/test_vpmem.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-04 10:27:32 +0000
committerGerrit Code Review <review@openstack.org>2023-05-04 10:27:32 +0000
commitcb2cdee4c9c8ca91089aae6254a3e9e39ab639ea (patch)
tree438ec9bc7c875d30e5e3b3fd05bfdce869285381 /nova/tests/functional/libvirt/test_vpmem.py
parentdeac3a2f8a3d7937177a5237e40f081d2e5b4c9a (diff)
parent973ff4fc1a0586937d13f2b39e517422713b1003 (diff)
downloadnova-cb2cdee4c9c8ca91089aae6254a3e9e39ab639ea.tar.gz
Merge "Have host look for CPU controller of cgroupsv2 location."
Diffstat (limited to 'nova/tests/functional/libvirt/test_vpmem.py')
-rw-r--r--nova/tests/functional/libvirt/test_vpmem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/functional/libvirt/test_vpmem.py b/nova/tests/functional/libvirt/test_vpmem.py
index 1200f80357..cb524fe8b6 100644
--- a/nova/tests/functional/libvirt/test_vpmem.py
+++ b/nova/tests/functional/libvirt/test_vpmem.py
@@ -77,6 +77,7 @@ class VPMEMTestBase(integrated_helpers.LibvirtProviderUsageBaseTestCase):
'nova.privsep.libvirt.get_pmem_namespaces',
return_value=self.fake_pmem_namespaces))
self.useFixture(nova_fixtures.LibvirtImageBackendFixture())
+ self.useFixture(nova_fixtures.CGroupsFixture())
self.useFixture(fixtures.MockPatch(
'nova.virt.libvirt.LibvirtDriver._get_local_gb_info',
return_value={'total': 128,