2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-11 15:21:29 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/nodestat/cases0
2018-10-29 01:55:45 -04:00

14 lines
208 B
Plaintext

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