From 1f2a584407578768a3d16af884889d5518d081ca Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 20 Apr 2022 08:50:48 -0400 Subject: [PATCH] Add positive reply to yum install of openbmc-py --- xCAT-test/autotest/testcase/pythonsupport/cases0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/pythonsupport/cases0 b/xCAT-test/autotest/testcase/pythonsupport/cases0 index 25eb27aa0..9d820857c 100644 --- a/xCAT-test/autotest/testcase/pythonsupport/cases0 +++ b/xCAT-test/autotest/testcase/pythonsupport/cases0 @@ -49,7 +49,7 @@ description:this case is used to test environment setup for supporting openbmc i label:others,hctrl_openbmc os:Linux hcp:openbmc,kvm -cmd:yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm +cmd:yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm check:rc==0 cmd:yum install -y xCAT-openbmc-py check:rc==0