mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-13 00:41:24 +00:00
use Rocky major version pattern for background and version_ident needles
This commit is contained in:
parent
89dc5b5b43
commit
721284ba9c
@ -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(30, 100):
|
for rel in range(8, 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