lorax-templates-rhel/tests/scripts/run_tests.sh
Brian C. Lane 5227297e31 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
2024-05-22 11:05:22 -07:00

19 lines
608 B
Bash
Executable File

#!/bin/bash
set -eux
if [ ! -e /usr/share/lorax/templates.d/80-rhel/ ]; then
echo "Failed to find lorax-templates-rhel templates in /usr/share/lorax/templates.d/"
exit 1
fi
# Gather up the list of system repo files and use them for lorax
REPOS=$(for f in /etc/yum.repos.d/*repo; do echo -n "--repo $f "; done)
if [ -z "$REPOS" ]; then
echo "No system repos found"
exit 1
fi
# Run lorax using the host's repository configuration file
lorax --product="Red Hat Enterprise Linux" --version=10 --release=10 --volid="RHEL-10-test" \
$REPOS --isfinal --nomacboot /var/tmp/lorax-rhel10-iso/