test: Turn TestLiveIso back on

Related: rhbz#1770193
This commit is contained in:
Brian C. Lane 2019-12-11 15:19:42 -08:00
parent 626dfbd4ea
commit 7fcd0aa979

View File

@ -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()