modify autotest installation case
This commit is contained in:
parent
cfba09c37b
commit
038c490f34
@ -61,7 +61,7 @@ check:rc==0
|
||||
cmd:if [[ "__GETNODEATTR($$SN,arch)__" =~ "ppc64" ]]; then rnetboot $$SN;elif [[ "__GETNODEATTR($$SN,arch)__" =~ "x86_64" ]];then rpower $$SN boot; fi
|
||||
check:rc==0
|
||||
|
||||
cmd:sleep 600
|
||||
cmd:sleep 1800
|
||||
cmd:a=0;while ! `lsdef -l $$SN|grep status|grep booted >/dev/null`; do sleep 10;((a++));if [ $a -gt 400 ];then break;fi done
|
||||
|
||||
cmd:ping $$SN -c 3
|
||||
|
Loading…
Reference in New Issue
Block a user