summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/test_virt_drivers.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/virt/test_virt_drivers.py')
-rw-r--r--nova/tests/unit/virt/test_virt_drivers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/unit/virt/test_virt_drivers.py b/nova/tests/unit/virt/test_virt_drivers.py
index 58fa3d4c27..ed9f1e3822 100644
--- a/nova/tests/unit/virt/test_virt_drivers.py
+++ b/nova/tests/unit/virt/test_virt_drivers.py
@@ -832,6 +832,7 @@ class LibvirtConnTestCase(_VirtDriverTestCase, test.TestCase):
# This is needed for the live migration tests which spawn off the
# operation for monitoring.
self.useFixture(nova_fixtures.SpawnIsSynchronousFixture())
+ self.useFixture(nova_fixtures.CGroupsFixture())
# When destroying an instance, os-vif will try to execute some commands
# which hang tests so let's just stub out the unplug call to os-vif
# since we don't care about it.