]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Mark all but the first vboot test as slow
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:52 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commitc7c113dc133b0833cde1366820ecfcc3c3869fad
treed2398fbf02e71c09189802cf3c4a5f1277c007ef
parenta1f620eb4f3a05505452cfe2a297aca6d77c2df7
test: Mark all but the first vboot test as slow

When doing a quick check we don't need to run all the vboot tests. Just
run the first one, which is enough to catch most problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py