forked from cockpit-project/bots
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include SELinux naughties introduced in Fedora 40.
- Loading branch information
1 parent
73326ce
commit 79f85f9
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |