Skip to content

Commit

Permalink
testmap: split anaconda tests into expensive and other
Browse files Browse the repository at this point in the history
This introduces two test scenarios for anaconda.
  • Loading branch information
KKoukiou committed Jul 26, 2024
1 parent 7331ff9 commit db85441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from lib.constants import TEST_OS_DEFAULT

COCKPIT_SCENARIOS = {'networking', 'storage', 'expensive', 'other'}
ANACONDA_SCENARIOS = {'expensive', 'other'}


def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> Sequence[str]:
Expand Down Expand Up @@ -224,6 +225,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'rhinstaller/anaconda-webui': {
'main': [
'fedora-rawhide-boot',
*contexts('fedora-rawhide-boot', ANACONDA_SCENARIOS),
],
'_manual': [
'fedora-eln-boot',
Expand Down

0 comments on commit db85441

Please sign in to comment.