mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-11 05:36:52 +00:00
use Rocky major version pattern for background and version_ident needles
This commit is contained in:
parent
89dc5b5b43
commit
721284ba9c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ for testpath in testpaths:
|
|||
# now let's do some whitelisting, for awkward cases where we know that
|
||||
# we concatenate string literals and stuff
|
||||
# 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"version_{rel}_ident")
|
||||
# anaconda id needles, using tell_source
|
||||
|
|
Loading…
Reference in a new issue