mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
modify autotest installation case
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user