Skip to content

Commit

Permalink
lib: Move default test OS to Fedora 39
Browse files Browse the repository at this point in the history
Adjust the naughty, as our test output sometimes includes Uncaught (in
promise) and sometimes not.
  • Loading branch information
jelly authored and martinpitt committed Oct 27, 2023
1 parent 7c373ab commit b09dd5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
DEFAULT_IDENTITY_FILE = os.path.join(MACHINE_DIR, "identity")
DEFAULT_IDENTITY_PUB_FILE = os.path.join(MACHINE_DIR, "identity.pub")

TEST_OS_DEFAULT = "fedora-38"
TEST_OS_DEFAULT = "fedora-39"
DEFAULT_IMAGE = os.environ.get("TEST_OS", TEST_OS_DEFAULT)
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Traceback (most recent call last):
File "*", line *, in testEvents
*
testlib.Error: timeout
wait_js_cond(ph_is_present(".cockpit-log-message:contains('Created slice cockpittest.slice.')")): Uncaught (in promise) Error: condition did not become true
wait_js_cond(ph_is_present(".cockpit-log-message:contains('Created slice cockpittest.slice.')")):* condition did not become true
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Traceback (most recent call last):
File "*", line *, in testRebootAndTime
*
})(["January 1, 2037", ["check-journal", "AFTER BOOT", ""], ["", "Reboot", ""], ["check-journal", "BEFORE BOOT", ""]])): Uncaught (in promise) Error: condition did not become true
})(["January 1, 2037", ["check-journal", "AFTER BOOT", ""], ["", "Reboot", ""], ["check-journal", "BEFORE BOOT", ""]])):* condition did not become true

0 comments on commit b09dd5c

Please sign in to comment.