add testcases for pping
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10549 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
25510e8dc8
commit
d6d0a04f43
28
xCAT-test/autotest/testcase/pping/cases0
Normal file
28
xCAT-test/autotest/testcase/pping/cases0
Normal file
@ -0,0 +1,28 @@
|
||||
start:pping_h
|
||||
cmd:pping -h
|
||||
check:rc==0
|
||||
check:output=~Usage
|
||||
cmd:pping --help
|
||||
check:rc==0
|
||||
end
|
||||
|
||||
start:pping_v
|
||||
cmd:pping -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
cmd:pping -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
end
|
||||
|
||||
start:pping_all
|
||||
cmd:pping all
|
||||
check:rc==0
|
||||
check:output=~ping
|
||||
end
|
||||
|
||||
start:pping_node
|
||||
cmd:pping $$CN
|
||||
check:rc==0
|
||||
check:output=~ping
|
||||
end
|
Loading…
Reference in New Issue
Block a user