2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 10:50:28 +00:00

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

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 338b8b18a0
commit 0eb5426bcc

View File

@ -8,7 +8,7 @@ end
start:chtab_d
description:check chtab -d
description:check chtab -d
label:mn_only,db
cmd:chtab key=rsh_test site.value=/opt/xcat/bin/rcp site.comments="the rcp command" site.disable=no
check:rc==0
@ -37,12 +37,12 @@ end
start:chtab_modify_key
description:check chtab with key=xxx
label:mn_only,db
cmd:chtab key=rsh_test site.value=/opt/xcat/bin/rcp site.comments="the rcp command"
cmd:chtab key=rsh_test site.value=/opt/xcat/bin/rcp site.comments="the rcp command"
check:rc==0
cmd:tabdump site | grep rsh_test
check:output=~/opt/xcat/bin/rcp
check:output=~the rcp command
cmd:chtab key=rsh_test site.value=/opt/xcat/bin/scp
cmd:chtab key=rsh_test site.value=/opt/xcat/bin/scp
check:rc==0
cmd:tabdump site | grep rsh_test
check:output=~/opt/xcat/bin/scp