mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
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:
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
|
Reference in New Issue
Block a user