xcat-core/xCAT-test/autotest/testcase/lsxcatd/cases0
amy0701 15fe1d9734 update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-06 07:32:34 +00:00

28 lines
463 B
Plaintext

start:lsxcatd_null
description:lsxcatd without any flag
cmd:lsxcatd
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