mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 04:31:24 +00:00
include valid Rocky PACKAGE_SET values
This commit is contained in:
parent
25ff2cabf9
commit
eedeebac58
@ -69,7 +69,7 @@ for environment in ("anaconda", "gnome"):
|
||||
for layout in ("native", "ascii"):
|
||||
testliterals.append(f"{environment}_layout_{layout}")
|
||||
# package set selection, using get_var('PACKAGE_SET')
|
||||
for pkgset in ("kde", "workstation", "minimal"):
|
||||
for pkgset in ("minimal", "server", "graphical-server", "workstation", "virtualization-host"):
|
||||
testliterals.append(f"anaconda_{pkgset}_highlighted")
|
||||
testliterals.append(f"anaconda_{pkgset}_selected")
|
||||
# desktop_login stuff
|
||||
|
Loading…
Reference in New Issue
Block a user