]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1cb1a460abde5119b0aedc457faacea9e3946a9d
tree52a40e8a101e99ddf9322762afd4fd011229fca1
parenta3c524bf8789ed4c25fb07126ddef7ce2a4e004b
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