tests: Replace $stream with 10-stream

Lorax doesn't use the variable substitution from the host so hard-code
this in the repo files before passing them to lorax.

Resolves: RHEL-31850
This commit is contained in:
Brian C. Lane 2024-07-17 17:08:38 -07:00
parent 66d60c4f1c
commit c463707b55

View File

@ -251,6 +251,10 @@ if [ -z "$REPOS" ]; then
exit 1 exit 1
fi fi
# The c10s tmt systems have started using $stream in the repo urls as of 6/2024, substitute
# 10-stream for this variable so that they can be passed to lorax
sed -i 's/$stream/10-stream/g' /etc/yum.repos.d/*.repo
# NOTE: We must use --nomacboot because the test system doesn't have the hfsplus fs available # NOTE: We must use --nomacboot because the test system doesn't have the hfsplus fs available
# Run lorax using the host's repository configuration file # Run lorax using the host's repository configuration file
if [ ! -e "$BOOTISO" ]; then if [ ! -e "$BOOTISO" ]; then