mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-11 15:21:29 +00:00
14 lines
208 B
Plaintext
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
|