summaryrefslogtreecommitdiff
path: root/test/py/tests/test_suite.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-02-07 11:30:39 -0700
committerTom Rini <trini@konsulko.com>2025-02-11 20:10:58 -0600
commitea29bad9cff2fd88d172276b58859f01649fe444 (patch)
treede52ec210146b21610f326877ff1c8b6d061bac5 /test/py/tests/test_suite.py
parentc908ecb7b51e886469c4fc8eb5492bdbda55b871 (diff)
test: Tweak FDT-overlay tests
Use fdt_overlay consistently in the identifiers and file/dir names. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/tests/test_suite.py')
-rw-r--r--test/py/tests/test_suite.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_suite.py b/test/py/tests/test_suite.py
index ae127301fd7..1e02d67efe2 100644
--- a/test/py/tests/test_suite.py
+++ b/test/py/tests/test_suite.py
@@ -7,10 +7,10 @@ import re
# List of test suites we expect to find with 'ut info' and 'ut all'
EXPECTED_SUITES = [
'addrmap', 'bdinfo', 'bloblist', 'bootm', 'bootstd',
- 'cmd', 'common', 'dm', 'env', 'exit',
+ 'cmd', 'common', 'dm', 'env', 'exit', 'fdt_overlay',
'fdt', 'font', 'hush', 'lib',
'loadm', 'log', 'mbr', 'measurement', 'mem',
- 'overlay', 'pci_mps', 'setexpr', 'upl',
+ 'pci_mps', 'setexpr', 'upl',
]