mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-11 05:36:52 +00:00
include valid Rocky leftbar and topbar needles
This commit is contained in:
parent
6fb1ea42a0
commit
744bbcd4bc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ for rel in range(8, 10):
|
|||
testliterals.append(f"{rel}_background")
|
||||
testliterals.append(f"version_{rel}_ident")
|
||||
# anaconda id needles, using tell_source
|
||||
for source in ("workstation", "generic", "server"):
|
||||
for source in ("generic", "server"):
|
||||
testliterals.append(f"leftbar_{source}")
|
||||
testliterals.append(f"topbar_{source}")
|
||||
# keyboard layout switching, using desktop_switch_layout
|
||||
|
|
Loading…
Reference in a new issue