include valid Rocky PACKAGE_SET values

This commit is contained in:
Trevor Cooper 2024-07-23 21:30:16 -07:00
parent 25ff2cabf9
commit eedeebac58
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -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