tests: unskip Qcow2 and Live-ISO scenarios
previously relying on nested virt Related: rhbz#1769525
This commit is contained in:
parent
7945d00aa1
commit
ed08a283c4
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
|
||||||
|
|
||||||
import composertest
|
import composertest
|
||||||
|
|
||||||
@ -29,7 +28,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('Nested KVM seems to be buggy and software emulation is too slow')
|
|
||||||
class TestQcow2(composertest.ComposerTestCase):
|
class TestQcow2(composertest.ComposerTestCase):
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super().tearDownTestMachine()
|
super().tearDownTestMachine()
|
||||||
@ -55,7 +53,6 @@ class TestQcow2(composertest.ComposerTestCase):
|
|||||||
self.runImageTest("/tests/cli/test_boot_qcow2.sh")
|
self.runImageTest("/tests/cli/test_boot_qcow2.sh")
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip('Nested KVM seems to be buggy and software emulation is too slow')
|
|
||||||
class TestLiveIso(composertest.ComposerTestCase):
|
class TestLiveIso(composertest.ComposerTestCase):
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super().tearDownTestMachine()
|
super().tearDownTestMachine()
|
||||||
|
Loading…
Reference in New Issue
Block a user