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

33 lines
511 B
Plaintext

start:pping_h
label:others,parallel_cmds
cmd:pping -h
check:rc==0
check:output=~Usage
cmd:pping --help
check:rc==0
end
start:pping_v
label:others,parallel_cmds
cmd:pping -v
check:rc==0
check:output=~Version
cmd:pping -v
check:rc==0
check:output=~Version
end
start:pping_node
label:others,parallel_cmds
cmd:pping $$CN
check:rc==0
check:output=~ping|noping
end
start:pping_invalidnode
label:others,parallel_cmds
cmd:pping test
check:rc!=0
check:output=~Warning: (\[.*?\]: )?Invalid nodes in noderange:test
end