2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #5592 from hu-weihua/kitcase

Modify test case buildkit_v to support rhels
This commit is contained in:
Yuan Bai 2018-09-04 10:41:33 +08:00 committed by GitHub
commit d26dad7f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@ start:buildkit_v
os:Linux
cmd:buildkit -v
check:rc==0
check:output=~xcat-buildkit
check:output=~x[cC][aA][tT]-buildkit
check:output=~kitframework
check:output=~compatible_frameworks
cmd:buildkit --version
check:rc==0
check:output=~xcat-buildkit
check:output=~x[cC][aA][tT]-buildkit
check:output=~kitframework
check:output=~compatible_frameworks
end