2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 05:41:09 +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

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