summaryrefslogtreecommitdiff
path: root/test/boot/vbe_simple.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-02-13 09:52:16 -0600
committerTom Rini <trini@konsulko.com>2025-02-13 09:53:31 -0600
commitf60d1163c1fe2dd409ba1af9368715c9237e567d (patch)
tree71ba35988854f486fb5270cc1dd4dddf9e3c2979 /test/boot/vbe_simple.c
parent87dec3078a0a36d2e6da7602b9a750010c2d111d (diff)
parent404cdf0cdaacfa8595f8ec268709612d48335f01 (diff)
Merge patch series "test: Complete the suite migration"
Simon Glass <sjg@chromium.org> says: This series completes the removal of test commands for suites. With this it is possible to declare a suite (including init and uninit functions) without needing to write a command. It also adds timing for test suites, so we can keep track of how long things take. Link: https://lore.kernel.org/all/20250207183121.117663-1-sjg@chromium.org/
Diffstat (limited to 'test/boot/vbe_simple.c')
-rw-r--r--test/boot/vbe_simple.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/boot/vbe_simple.c b/test/boot/vbe_simple.c
index 4fe4323b401..c37de627c52 100644
--- a/test/boot/vbe_simple.c
+++ b/test/boot/vbe_simple.c
@@ -11,7 +11,6 @@
#include <image.h>
#include <of_live.h>
#include <vbe.h>
-#include <test/suites.h>
#include <test/ut.h>
#include "bootstd_common.h"
@@ -33,9 +32,6 @@ static int vbe_simple_test_base(struct unit_test_state *uts)
ofnode node;
u32 vernum;
- /* Set up the VBE info */
- ut_assertok(bootstd_setup_for_tests());
-
/* Read the version back */
ut_assertok(vbe_find_by_any("firmware0", &dev));
ut_assertok(bootmeth_get_state_desc(dev, info, sizeof(info)));