15fe1d9734
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
28 lines
463 B
Plaintext
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
|