2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 04:00:26 +00:00

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

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 315c31c62f
commit 084c443b61

View File

@@ -53,7 +53,7 @@ end
start:rmdef_t_o_network
description:rmdef -t network
label:mn_only,db
cmd:mkdef -t network -o testnet net=1.2.3.0 mask=255.0.0.0 gateway=1.2.3.1
cmd:mkdef -t network -o testnet net=1.2.3.0 mask=255.0.0.0 gateway=1.2.3.1
check:rc==0
cmd:lsdef -t network
check:output=~testnet
@@ -138,7 +138,7 @@ check:output=~not a valid
end
start:rmdef_template
description:try to delete a template, then error messages appear
description:try to delete a template, then error messages appear
label:mn_only,db
cmd:result=`lsdef | grep switch-template`; if [[ $result =~ "switch-template" ]]; then echo $result; noderm switch-template; fi
cmd:rmdef switch-template