test: Drop the function for running seama tests
Use the new suite-runner to run these tests instead. It is not clear that these actually work, since they are not enabled on sandbox for some reason. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -187,7 +187,7 @@ static struct suite suites[] = {
|
||||
SUITE(pci_mps),
|
||||
#endif
|
||||
#ifdef CONFIG_CMD_SEAMA
|
||||
SUITE_CMD(seama, do_ut_seama),
|
||||
SUITE(seama),
|
||||
#endif
|
||||
#ifdef CONFIG_CMD_UPL
|
||||
SUITE_CMD(upl, do_ut_upl),
|
||||
|
||||
Reference in New Issue
Block a user