2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/testenv/case0

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 1d2aff4579
commit b5dd16fd2f

View File

@ -1,5 +1,5 @@
start:clean_up_env
description:power off service node and compute node for next test usage
description:power off service node and compute node for next test usage
cmd:rpower $$CN stat >> /tmp/cnstat
cmd:if [[ ! `cat /tmp/cnstat |grep -i "Not Activated"` ]]; then rpower $$CN off;fi
check:rc==0