qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 61eedf: tests/prom-env: Ease time-out problem


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 61eedf: tests/prom-env: Ease time-out problems on slow hos...
Date: Fri, 10 Feb 2017 08:45:08 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 61eedf7aec0e2395aabd628cc055096909a3ea15
      
https://github.com/qemu/qemu/commit/61eedf7aec0e2395aabd628cc055096909a3ea15
  Author: Thomas Huth <address@hidden>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M tests/prom-env-test.c

  Log Message:
  -----------
  tests/prom-env: Ease time-out problems on slow hosts

Peter Maydell recently ran into time-out problems with the
prom-env test on a rather slow ARM board. To tackle this issue,
we can speed up the test by running QEMU with "-nodefaults" for
the pseries machine, so that SLOF has less devices to scan during
boot, and by using the "nvramrc" environment variable instead of
"boot-command", since this variable is evaluated earlier in the
boot process.
And to be really sure that we do not face such time out problems
again, let's also increase the time out value from 100s to 120s
instead.

Signed-off-by: Thomas Huth <address@hidden>
Message-id: address@hidden
Tested-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]