mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-10 07:21:23 +00:00
support Rocky major version for background and version_ident needles
This commit is contained in:
parent
864e9a6003
commit
68c339b00a
@ -57,7 +57,7 @@ for testpath in testpaths:
|
|||||||
# now let's do some whitelisting, for awkward cases where we know that
|
# now let's do some whitelisting, for awkward cases where we know that
|
||||||
# we concatenate string literals and stuff
|
# we concatenate string literals and stuff
|
||||||
# versioned backgrounds and release IDs
|
# versioned backgrounds and release IDs
|
||||||
for rel in range(8, 10):
|
for rel in ["8", "9", "10"]:
|
||||||
testliterals.append(f"{rel}_background")
|
testliterals.append(f"{rel}_background")
|
||||||
testliterals.append(f"version_{rel}_ident")
|
testliterals.append(f"version_{rel}_ident")
|
||||||
# anaconda id needles, using tell_source
|
# anaconda id needles, using tell_source
|
||||||
|
Loading…
Reference in New Issue
Block a user