2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Testcase for smoke test of updatenodes -S

This commit is contained in:
GONG Jie 2017-03-03 11:06:32 +08:00
parent 4f64a00b4b
commit 9f27be5b67

View File

@ -0,0 +1,6 @@
start:updatenode_S
check:rc==0
cmd:updatenode $$CN -S >/tmp/updatenode.S.out
cmd:grep 'Running of Software Maintenance has completed' /tmp/updatenode.S.out
check:rc==0
end