2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/xdshbak/cases0
2018-11-15 02:44:58 -05:00

33 lines
506 B
Plaintext

start:xdshbak_h
label:others,parallel_cmds
cmd:xdshbak -h
check:rc==0
check:output=~Usage
end
start:xdshbak_display
label:others,parallel_cmds
cmd:xdsh $$CN cat /etc/hosts | xdshbak
check:rc==0
check:output=~HOST:$$CN
end
start:xdshbak_c
label:others,parallel_cmds
cmd:xdsh $$CN pwd |xdshbak -c
check:rc==0
end
start:xdshbak_q
label:others,parallel_cmds
cmd:xdsh $$CN ls / |xdshbak -q
check:rc==0
end
start:xdshbak_x
label:others,parallel_cmds
cmd:xdsh $$CN cat /etc/passwd|xdshbak -c
check:rc==0
end