openbmc / openbmc-build-scripts

Apache License 2.0
19 stars 50 forks source link

run-qemu-robot-test.sh no longer passes #13

Closed geissonator closed 11 months ago

geissonator commented 7 years ago

Not sure if the strings changed or what, but the expect script is not successfully logging into the QEMU image anymore so the run is not proceeding:

09:23:12 Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 0.1.0 qemuarm ttyAMA0

09:23:12 

09:23:12 qemuarm login: root

09:23:12 + grep -q OPENBMC-READY
09:23:12 + sleep 2
09:23:14 + '[' 0 -gt 0 ']'
09:23:14 + '[' 0 -eq 0 ']'
09:23:14 + echo 'Timed out waiting for QEMU, exiting'
fangkaiyu2023 commented 1 year ago

QEMU_ARCH = x86_64-linux

BASE_DIR = /tmp/openbmc/build

++ mktemp /tmp/obmc-phosphor-image-romulus.static.mtd-XXXXX

'

williamspatrick commented 1 year ago

If you have a new issue, please open one. I suspect this issue is no longer relevant considering it is from 2017.

Please use markdown escapes (triple-backtick) around console output so it is readable.