cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
276 stars 72 forks source link

fmf: Disable SELinux with broken RHEL 10 policy version #1718

Closed martinpitt closed 1 month ago

martinpitt commented 1 month ago

This completely breaks libvirt and libvirt-dbus.

See https://issues.redhat.com/browse/RHEL-46893


See https://artifacts.dev.testing-farm.io/6bf72f5d-1950-41e2-a151-76f11ce6301d/ . This also broke yesterday's RHEL 10 gating tests.

martinpitt commented 1 month ago

Meh, still fails, but "only" two tests, not all of them.

martinpitt commented 1 month ago

In downstream RHEL 9.5 gating, all tests fail with

Traceback (most recent call last):
  File "/source/test/check-machines-lifecycle", line 343, in testRename
    self.waitPageInit()
  File "/source/test/machineslib.py", line 38, in waitPageInit
    virtualization_enabled = "PASS" in self.machine.execute("virt-host-validate qemu | grep 'Checking for hardware virtualization'")

It's unclear why, so let's debug this. I added another commit for that.