diff --git a/pkg/storaged/btrfs/btrfs-tool.py b/pkg/storaged/btrfs/btrfs-tool.py index 88c19fb8e45..f6d99be6d50 100755 --- a/pkg/storaged/btrfs/btrfs-tool.py +++ b/pkg/storaged/btrfs/btrfs-tool.py @@ -28,7 +28,8 @@ TMP_MP_DIR = "/var/lib/cockpit/btrfs" def debug(msg): - subprocess.check_call(["logger", msg]) + # subprocess.check_call(["logger", msg]) + pass @contextlib.contextmanager def mount_database(): diff --git a/test/run b/test/run index c13510d1c4f..fabdb2921ed 100755 --- a/test/run +++ b/test/run @@ -26,7 +26,7 @@ RUN_OPTS="" ALL_TESTS="$(test/common/run-tests --test-dir test/verify -l)" RE_NETWORKING='Networking|Bonding|Connection|TestBridge|WireGuard|Firewall|Team|IPA|AD|Kerberos' -RE_STORAGE='TestStorageAnaconda.testBtrfs' +RE_STORAGE='Storage' RE_EXPENSIVE='HostSwitching|MultiMachine|Updates|Superuser|Kdump|Pages' # every known case needs to set RUN_OPTS to something non-empty, so that we can check if we hit any branch diff --git a/test/verify/check-storage-anaconda b/test/verify/check-storage-anaconda index 43ee20ec207..48b38f90b5c 100755 --- a/test/verify/check-storage-anaconda +++ b/test/verify/check-storage-anaconda @@ -326,27 +326,6 @@ class TestStorageAnaconda(storagelib.StorageCase): } }) - def testBtrfs2(self): - self.testBtrfs() - - def testBtrfs3(self): - self.testBtrfs() - - def testBtrfs4(self): - self.testBtrfs() - - def testBtrfs5(self): - self.testBtrfs() - - def testBtrfs6(self): - self.testBtrfs() - - def testBtrfs7(self): - self.testBtrfs() - - def testBtrfs8(self): - self.testBtrfs() - def testBiosboot(self): b = self.browser