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

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

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

View File

@@ -56,7 +56,7 @@ cmd:dir="/tmp/chvm_err_node";echo ${dir}".old";if [ -d "${dir}" ];then mv ${dir}
check:rc==0
cmd:lsdef bogusnode > /dev/null 2>&1;if [[ $? -eq 0 ]]; then lsdef bogusnode -z >/tmp/chvm_err_node/bogusnode.stanza ;rmdef bogusnode;fi
check:rc==0
cmd:chvm bogusnode
cmd:chvm bogusnode
check:rc!=0
check:output=~Error: (\[.*?\]: )?Invalid nodes and/or groups in noderange
cmd:if [[ -e /tmp/chvm_err_node/bogusnode.stanza ]]; then cat /tmp/chvm_err_node/bogusnode.stanza | mkdef -z;fi