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:
amy0701 2011-07-06 05:43:14 +00:00
parent 37107a2ffd
commit 35293e7209

View 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