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:
amy0701 2011-09-19 08:54:20 +00:00
parent 25510e8dc8
commit d6d0a04f43

View 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