Skip to content

Commit

Permalink
testmap: Run firefox tests for validating services image
Browse files Browse the repository at this point in the history
As we have seen in cockpit-project/cockpit#19794
there can be Firefox specific failures for a services image refresh.
Thus run the Fedora tests with Firefox to cover these.
  • Loading branch information
martinpitt authored and mvollmer committed Jan 5, 2024
1 parent 6ca6299 commit 00310b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
],
"services": [
*contexts(TEST_OS_DEFAULT, COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('ubuntu-stable', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('debian-stable', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('rhel-9-4', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
Expand Down

0 comments on commit 00310b0

Please sign in to comment.