2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-10 06:41:31 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/lsxcatd/cases0
2018-07-02 05:27:01 -04:00

32 lines
543 B
Plaintext

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