2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00
2018-10-29 01:55:45 -04:00

32 lines
575 B
Plaintext

start:lsxcatd_null
description:lsxcatd without any flag
label:mn_only,ci_test,xcatd
cmd:lsxcatd
check:output=~lsxcatd
end
start:lsxcatd_h
description:lsxcatd -h
label:mn_only,ci_test,xcatd
cmd:lsxcatd -h
check:rc==0
check:output=~lsxcatd
end
start:lsxcatd_d
description:lsxcatd -d
label:mn_only,ci_test,xcatd
cmd:lsxcatd -d
check:rc==0
check:output=~(cfgloc|dbengine|dbinstance|dbname|dbloc)
end
start:lsxcatd_a
description:lsxcatd -a
label:mn_only,ci_test,xcatd
cmd:lsxcatd -a
check:rc==0
check:output=~Version
check:output=~(cfgloc|dbengine|dbinstance|dbname|dbloc)
end