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

42 lines
635 B
Plaintext

start:xcatsnap_null
description:xcatsnap with no argument
label:mn_only
cmd:xcatsnap
check:rc==0
check:output=~Send .* to IBM Support
end
start:xcatsnap_b_d
description:xcatsnap -B -d
label:mn_only
cmd:xcatsnap -B -d /tmp/testdir
check:rc==0
check:output=~Send .* to IBM Support
cmd:rm -rf /tmp/testdir
end
start:xcatsnap_h
description:xcatsnap -h and --help
label:mn_only
cmd:xcatsnap -h
check:output=~Usage
cmd:xcatsnap --help
check:output=~Usage
end
start:xcatsnap_v
description:xcatsnap -v and --version
label:mn_only
cmd:xcatsnap -v
check:output=~version|Version
cmd:xcatsnap --version
check:output=~version|Version
end