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

modify installation testcase

This commit is contained in:
junxiawang
2015-04-23 01:13:42 -04:00
parent e215c27a3c
commit 0d5d5c966e

View File

@@ -36,7 +36,6 @@ check:rc==0
cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc" ]]; then sleep 120;elif [[ "__GETNODEATTR($$CN,arch)__" =~ "x86_64" ]];then sleep 80;else sleep 180;fi
cmd:lsdef -l $$CN | grep status
check:rc==0
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