2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-17 03:40:39 +00:00

modify installation test case

This commit is contained in:
junxiawang
2015-06-18 03:09:04 -04:00
parent b1bf3e31f0
commit 9f20f78816

View File

@ -37,7 +37,6 @@ check:rc==0
cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc" ]]; then sleep 1200;elif [[ "__GETNODEATTR($$CN,arch)__" =~ "x86_64" ]];then sleep 600;else sleep 180;fi
cmd:lsdef -l $$CN | grep status
check:output=~booted
cmd:a=0;while ! `lsdef -l $$CN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 300 ];then break;fi done