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
|
||||
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
import composertest
|
||||
|
||||
@ -29,7 +28,6 @@ class TestImages(composertest.ComposerTestCase):
|
||||
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):
|
||||
def tearDown(self):
|
||||
super().tearDownTestMachine()
|
||||
@ -55,7 +53,6 @@ class TestQcow2(composertest.ComposerTestCase):
|
||||
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):
|
||||
def tearDown(self):
|
||||
super().tearDownTestMachine()
|
||||
|
Loading…
Reference in New Issue
Block a user