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 c74bf38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -223,7 +224,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 c74bf38

Please sign in to comment.