From 3737a73c0a6f5c1c5e3538297e70ea73e200305a Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 19 Aug 2024 13:18:06 +0300 Subject: [PATCH 1/3] testmap: Test cockpit-machine on fedora-41 --- lib/testmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testmap.py b/lib/testmap.py index fe70ecd5ad..cdb390d0fc 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -128,6 +128,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> 'ubuntu-stable', 'fedora-39', 'fedora-40', + 'fedora-41', f'{TEST_OS_DEFAULT}/devel', f'{TEST_OS_DEFAULT}/firefox', 'opensuse-tumbleweed', @@ -138,7 +139,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> 'rhel-8-10', ], '_manual': [ - 'fedora-41', 'centos-10', 'fedora-rawhide', 'rhel-10-0', From 705d909a5cded9ad4a77d071160645f37f77a344 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 26 Aug 2024 11:52:09 +0300 Subject: [PATCH 2/3] naughty: Add #6678 also to fedora-41 --- naughty/fedora-41/6678-selinux-libvirt-ssh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 naughty/fedora-41/6678-selinux-libvirt-ssh diff --git a/naughty/fedora-41/6678-selinux-libvirt-ssh b/naughty/fedora-41/6678-selinux-libvirt-ssh new file mode 100644 index 0000000000..1a3cb3daed --- /dev/null +++ b/naughty/fedora-41/6678-selinux-libvirt-ssh @@ -0,0 +1,7 @@ +Traceback (most recent call last): + File "test/check-machines-migrate", line *, in test* + self._testMigrationGeneric(* + File "test/check-machines-migrate", line *, in _testMigrationGeneric + b.wait_not_present("#migrate-modal") +* +testlib.Error: timeout From c10d27dc21b85b9f96f473b4383b273f8a8d1dd5 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 26 Aug 2024 13:28:16 +0300 Subject: [PATCH 3/3] naughty: New #6792 for fedora-41 --- naughty/fedora-41/6792-swtpm-and-selinux-again-sigh | 5 +++++ naughty/fedora-41/6792-swtpm-and-selinux-again-sigh-2 | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 naughty/fedora-41/6792-swtpm-and-selinux-again-sigh create mode 100644 naughty/fedora-41/6792-swtpm-and-selinux-again-sigh-2 diff --git a/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh b/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh new file mode 100644 index 0000000000..6ba0a3d105 --- /dev/null +++ b/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh @@ -0,0 +1,5 @@ +*internal error: Could not run '/usr/bin/swtpm_setup'.* +* +Traceback (most recent call last): + File "check-machines-create", line *, in testConfigureBeforeInstall + testlib.wait(lambda: "VmNotInstalled" in m.execute("virsh list --persistent"), delay=3) diff --git a/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh-2 b/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh-2 new file mode 100644 index 0000000000..06ad7e8bca --- /dev/null +++ b/naughty/fedora-41/6792-swtpm-and-selinux-again-sigh-2 @@ -0,0 +1,5 @@ +*internal error: Could not run '/usr/bin/swtpm_setup'.* +* +Traceback (most recent call last): + File "check-machines-create", line *, in testConfigureBeforeInstallBiosTPM + b.wait_in_text(f"#vm-{vmName}-system-state", "Running")