test: Drop the function for running pci_mps tests

Use the new suite-runner to run these tests instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-01-20 14:25:53 -07:00
parent d690f4a87b
commit 27c302f446
3 changed files with 1 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ static struct suite suites[] = {
SUITE(loadm),
#endif
#ifdef CONFIG_CMD_PCI_MPS
SUITE_CMD(pci_mps, do_ut_pci_mps),
SUITE(pci_mps),
#endif
#ifdef CONFIG_CMD_SEAMA
SUITE_CMD(seama, do_ut_seama),