Comment 3 for bug 871757

Revision history for this message
Yongqin Liu (liuyq0307) wrote :

https://android-build.linaro.org/builds/~linaro-android/staging-origen-11.11-release/#build=3 is because we didn't defined boot_cmds_android on origen:

it has error information as below:
<LAVA_DISPATCHER>2011-11-19 08:52:30 AM ERROR: boot_linaro_android_image failed: list index out of range
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/lava_dispatcher/actions/boot_control.py", line 36, in run
    client.boot_linaro_android_image()
  File "/usr/lib/pymodules/python2.7/lava_dispatcher/client.py", line 235, in boot_linaro_android_image
    self.proc._boot(string_to_list(self.config.get('boot_cmds_android')))
  File "/usr/lib/pymodules/python2.7/lava_dispatcher/connection.py", line 109, in _boot
    self.proc.sendline(boot_cmds[0])
IndexError: list index out of range