From 0dc1edb564732d6487a1e5bb9cf15fc69167cd67 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 28 Jan 2021 13:48:59 -0800 Subject: [PATCH] tests: Include the fedora-updates repo when testing boot.iso building --- tests/lorax/test_build_bootiso.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lorax/test_build_bootiso.sh b/tests/lorax/test_build_bootiso.sh index 938b60ec..07465718 100755 --- a/tests/lorax/test_build_bootiso.sh +++ b/tests/lorax/test_build_bootiso.sh @@ -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"