2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/sysclone/cases0

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent cf4371fcee
commit b374d9c6f4

View File

@ -1,4 +1,4 @@
start:sysclone
start:sysclone
cmd:makedns -n
check:rc==0
cmd:makedhcp -n
@ -35,12 +35,12 @@ cmd:cp $$XCAT_DEP_TARBALL_PATH/$$XCAT_DEP_TARBALL $$OTHERPKGDIR/xcat
check:rc==0
cmd:cd $$OTHERPKGDIR/xcat && tar xvf $$XCAT_DEP_TARBALL
check:rc==0
cmd:chdef -t osimage -o $$GOS-x86_64-install-compute -p otherpkgdir=$$OTHERPKGDIR
cmd:chdef -t osimage -o $$GOS-x86_64-install-compute -p otherpkgdir=$$OTHERPKGDIR
check:rc==0
cmd:chdef -t osimage -o $$GOS-x86_64-install-compute otherpkglist=$$OTHERPKGLIST
check:rc==0
cmd:rinstall $$GOLDEN_CLIENT osimage=$$GOS-x86_64-install-compute
cmd:rinstall $$GOLDEN_CLIENT osimage=$$GOS-x86_64-install-compute
check:rc==0
check:output=~Provision node\(s\)\: $$GOLDEN_CLIENT
@ -108,4 +108,4 @@ check:rc==0
end