mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #6545 from gurevichmark/runcmdinstaller_command_testcase
Add more output to runcmdinstaller_command testcase
This commit is contained in:
commit
a2a7629361
@ -16,7 +16,7 @@ check:rc==0
|
||||
cmd:rinstall $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
|
||||
check:rc==0
|
||||
check:output=~Provision node\(s\)\: $$CN
|
||||
cmd:a=0;while ! `lsdef -l $$CN|grep status|grep installing >/dev/null`; do sleep 20;((a++));if [ $a -gt 30 ];then break;fi done
|
||||
cmd:a=0;while ! `lsdef -l $$CN|grep status|grep installing >/dev/null`; do sleep 20; echo "[$a] " $(lsdef $$CN -i status -c); ((a++));if [ $a -gt 30 ];then break;fi done
|
||||
cmd:lsdef -l $$CN | grep status
|
||||
cmd:runcmdinstaller $$CN "ls /"
|
||||
check:rc==0
|
||||
|
Loading…
x
Reference in New Issue
Block a user