From 7f2414caf4f1c6d8010f89d83e5215d215d1122a Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 3 Oct 2023 12:08:20 +0800 Subject: [PATCH] test: remove fdo package workaround from PR#3690 --- test/cases/ostree-simplified-installer.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/cases/ostree-simplified-installer.sh b/test/cases/ostree-simplified-installer.sh index c34e71478..8b35c1bff 100755 --- a/test/cases/ostree-simplified-installer.sh +++ b/test/cases/ostree-simplified-installer.sh @@ -14,13 +14,7 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh sudo systemctl enable --now firewalld sudo pip3 install yq==v3.2.1 -# workaround for bug https://issues.redhat.com/browse/RHEL-4992 -if [[ "$VERSION_ID" == "9.3" ]]; then - sudo dnf install -y http://download-node-02.eng.bos.redhat.com/rhel-9/nightly/RHEL-9/RHEL-9.3.0-20230915.0/compose/AppStream/x86_64/os/Packages/fdo-{admin-cli,client,init,manufacturing-server,owner-cli,owner-onboarding-server,rendezvous-server}-0.4.12-4.el9_2.x86_64.rpm -else - # Install fdo-client and fdo-init to workaround bug https://bugzilla.redhat.com/show_bug.cgi?id=2230537 - sudo dnf install -y fdo-admin-cli fdo-client fdo-init -fi +sudo dnf install -y fdo-admin-cli # Start fdo-aio to have /etc/fdo/aio folder sudo systemctl enable --now fdo-aio