bootstd: Drop delays in the tests
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:16 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:24 +0000 (08:14 -0400)
commitf25f575acfffc47cc65fc50424b23b54118c3ada
tree52a40e8a101e99ddf9322762afd4fd011229fca1
parente141075f1c46a587960e1b0541494417243e6b90
bootstd: Drop delays in the tests

Some tests go as far as booting a distribution. In this case a menu is
presented to the user, with a two-second timeout. This adds a total of
12 seconds to the test runs at present.

Avoid this by inserting a response using the console-recording feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootflow.c