Skip to content

Commit

Permalink
UNDBG
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Aug 28, 2024
1 parent cbb0aae commit 91f7300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
3 changes: 2 additions & 1 deletion pkg/storaged/btrfs/btrfs-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 0 additions & 21 deletions test/verify/check-storage-anaconda
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91f7300

Please sign in to comment.