tests: unskip Qcow2 scenario

previously relying on nested virt

Related: rhbz#1770193

NOTE: live-iso still fails on RHEL 7 and we've been unsuccessfull
figuring out why so skip it for now
This commit is contained in:
Alexander Todorov 2019-10-11 15:39:25 +03:00 committed by Brian C. Lane
parent d11f5079f4
commit b0dc59534c

View File

@ -29,7 +29,6 @@ class TestImages(composertest.ComposerTestCase):
self.runCliTest("/tests/cli/test_compose_partitioned-disk.sh") self.runCliTest("/tests/cli/test_compose_partitioned-disk.sh")
@unittest.skip('Disabled due to issues with nested KVM')
class TestQcow2(composertest.ComposerTestCase): class TestQcow2(composertest.ComposerTestCase):
def tearDown(self): def tearDown(self):
super().tearDownTestMachine() super().tearDownTestMachine()