2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 23:15:30 +00:00

Merge pull request #6589 from gurevichmark/add_go_xcat_testcases2

Missing end statement in testcase
This commit is contained in:
cxhong
2020-02-26 14:16:08 -05:00
committed by GitHub

View File

@ -32,3 +32,4 @@ cmd:xdsh $$CN "service xcatd status"
check:rc==0
check:output=~running
cmd:xdsh $$CN "service xcatd stop"
end