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

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

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 11b2ad4b4a
commit 9d2169c40b

View File

@@ -16,7 +16,7 @@ start:ppping_node
description:ppping node
Attribute: $$CN-The operation object of ppping command
cmd:ping -c 3 $$CN > /dev/null 2>&1;if [[ $? -eq 1 ]]; then output=`ppping $$CN`;if [[ $? -eq 1 ]]&&[[ $output =~ "noping" ]];then exit 0;else exit 1;fi;else output=`ppping $$CN`; if [[ $? -eq 0 ]]&&[[ $output =~ "pinged all nodes successfully" ]];then exit 0;else exit 1;fi;fi
check:rc==0
check:rc==0
end
start:ppping_V_node