From ed08a283c45de0c4cff41c122882f5fd85d86d7a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 11 Oct 2019 15:39:25 +0300 Subject: [PATCH] tests: unskip Qcow2 and Live-ISO scenarios previously relying on nested virt Related: rhbz#1769525 --- test/check-cli | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/check-cli b/test/check-cli index 1865b7ea..561e8e0c 100755 --- a/test/check-cli +++ b/test/check-cli @@ -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()