2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Merge pull request #7148 from gurevichmark/python3_openbmc3

Add positive reply to yum install of openbmc-py
This commit is contained in:
besawn 2022-04-20 13:57:55 -04:00 committed by GitHub
commit d646c3eabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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