2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-10 06:41:31 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/pping/cases0
2018-11-04 22:23:08 -05: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