Skip to content

Commit

Permalink
test: Skip NFS related tests on Fedora 42/43
Browse files Browse the repository at this point in the history
Setting up an NFS pool triggers a kernel oops:
https://bugzilla.redhat.com/show_bug.cgi?id=2344326

This cannot be recovered from and breaks all subsequent tests and the
VM, so skip the pool tests wholesale.
  • Loading branch information
martinpitt committed Feb 7, 2025
1 parent 8901c2d commit df0c971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/check-machines-disks
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ class TestMachinesDisks(machineslib.VirtualMachinesCase):

@testlib.skipImage("triggers kernel oops, https://issues.redhat.com/browse/RHEL-67841",
"rhel-10*", "centos-10")
@testlib.skipImage("NFS kernel oops https://bugzilla.redhat.com/show_bug.cgi?id=2344326",
"fedora-42", "fedora-43")
def testAddDiskNFS(self):
b = self.browser
m = self.machine
Expand Down
2 changes: 2 additions & 0 deletions test/check-machines-storage-pools
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import machineslib
import testlib


@testlib.skipImage("NFS kernel oops https://bugzilla.redhat.com/show_bug.cgi?id=2344326",
"fedora-42", "fedora-43")
@testlib.nondestructive
class TestMachinesStoragePools(machineslib.VirtualMachinesCase):

Expand Down

0 comments on commit df0c971

Please sign in to comment.