Skip to content

Commit

Permalink
testmap: test machines on fedora-40
Browse files Browse the repository at this point in the history
Include SELinux naughties introduced in Fedora 40.
  • Loading branch information
jelly authored and martinpitt committed Feb 21, 2024
1 parent 73326ce commit 79f85f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
'ubuntu-stable',
'fedora-38',
'fedora-39',
'fedora-40',
f'{TEST_OS_DEFAULT}/devel',
f'{TEST_OS_DEFAULT}/firefox',
'rhel-8-10',
Expand All @@ -122,7 +123,6 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
],
'_manual': [
'fedora-rawhide',
'fedora-40',
],
},
'cockpit-project/cockpit-navigator': {
Expand Down
6 changes: 6 additions & 0 deletions naughty/fedora-40/5944-selinux-libvirt-swtmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Traceback (most recent call last):
File "test/check-machines-create", line *, in testConfigureBeforeInstallBiosTPM
b.wait_in_text(f"#vm-{vmName}-system-state", "Running")
*
testlib.Error: timeout
wait_js_cond(ph_in_text("#vm-subVmTest1-system-state","Running")): Uncaught (in promise) Error: actual text: Shut off
6 changes: 6 additions & 0 deletions naughty/fedora-40/5944-selinux-libvirt-swtmp-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Traceback (most recent call last):
File "test/check-machines-create", line *, in testConfigureBeforeInstall
testlib.wait(lambda: "VmNotInstalled" in m.execute("virsh list --persistent"), delay=3)
*
raise Error(msg or "Condition did not become true.")
testlib.Error: Condition did not become true.

0 comments on commit 79f85f9

Please sign in to comment.