tests: Name the test iso RHEL 10 instead of 9
The test was copied from RHEL 9 so the release number just needs to be updated to 10. Resolves: RHEL-38199
This commit is contained in:
parent
f1dd33f57f
commit
5227297e31
@ -14,5 +14,5 @@ if [ -z "$REPOS" ]; then
|
||||
fi
|
||||
|
||||
# Run lorax using the host's repository configuration file
|
||||
lorax --product="Red Hat Enterprise Linux" --version=9 --release=9 --volid="RHEL-9-test" \
|
||||
$REPOS --isfinal --nomacboot /var/tmp/lorax-rhel9-iso/
|
||||
lorax --product="Red Hat Enterprise Linux" --version=10 --release=10 --volid="RHEL-10-test" \
|
||||
$REPOS --isfinal --nomacboot /var/tmp/lorax-rhel10-iso/
|
||||
|
Loading…
Reference in New Issue
Block a user