tests: Include the fedora-updates repo when testing boot.iso building

This commit is contained in:
Brian C. Lane 2021-01-28 13:48:59 -08:00
parent 83ddffd377
commit 0dc1edb564
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ rlJournalStart
rlAssertEquals "SELinux operates in enforcing mode" "$(getenforce)" "Enforcing"
lorax -p Fedora-Lorax-Test -v "$RELEASE" -r "$RELEASE" \
--repo /etc/yum.repos.d/fedora.repo \
--repo /etc/yum.repos.d/fedora-updates.repo \
--sharedir "$SHARE_DIR" /var/tmp/test-results/
rlAssertEquals "exit code should be zero" $? 0
IMAGE="/var/tmp/test-results/images/boot.iso"