add cases0
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10015 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
37107a2ffd
commit
35293e7209
28
xCAT-test/autotest/testcase/lsxcatd/cases0
Normal file
28
xCAT-test/autotest/testcase/lsxcatd/cases0
Normal file
@ -0,0 +1,28 @@
|
||||
start:lsxcatd_null
|
||||
description:lsxcatd without any flag
|
||||
cmd:lsxcatd
|
||||
check:rc==0
|
||||
check:output=~lsxcatd
|
||||
end
|
||||
|
||||
start:lsxcatd_h
|
||||
description:lsxcatd -h
|
||||
cmd:lsxcatd -h
|
||||
check:rc==0
|
||||
check:output=~lsxcatd
|
||||
end
|
||||
|
||||
start:lsxcatd_d
|
||||
description:lsxcatd -d
|
||||
cmd:lsxcatd -d
|
||||
check:rc==0
|
||||
check:output=~(cfgloc|dbengine|dbinstance|dbname|dbloc)
|
||||
end
|
||||
|
||||
start:lsxcatd_a
|
||||
description:lsxcatd -a
|
||||
cmd:lsxcatd -a
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
check:output=~(cfgloc|dbengine|dbinstance|dbname|dbloc)
|
||||
end
|
Loading…
Reference in New Issue
Block a user