test: Turn TestLiveIso back on
Related: rhbz#1770193
This commit is contained in:
parent
626dfbd4ea
commit
7fcd0aa979
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
|
||||||
|
|
||||||
import composertest
|
import composertest
|
||||||
|
|
||||||
@ -54,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('Disabled due to issues with nested KVM')
|
|
||||||
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