2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/nodestat/cases0
2018-11-28 01:51:26 -05:00

15 lines
231 B
Plaintext

start:nodestat_noderange
label:others
arch:x86_64
cmd:nodestat $$CN
check:rc==0
check:output=~noping|sshd|install|snmp|pbs
end
start:nodestat_err_node
label:others,ci_test
cmd:nodestat testnode
check:rc!=0
check:output=~Error
end