test: Tweak FDT-overlay tests
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:39 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000 (20:10 -0600)
commitea29bad9cff2fd88d172276b58859f01649fe444
treede52ec210146b21610f326877ff1c8b6d061bac5
parentc908ecb7b51e886469c4fc8eb5492bdbda55b871
test: Tweak FDT-overlay tests

Use fdt_overlay consistently in the identifiers and file/dir names.

Signed-off-by: Simon Glass <sjg@chromium.org>
12 files changed:
Makefile
include/test/fdt_overlay.h [moved from include/test/overlay.h with 66% similarity]
include/test/suites.h
test/Kconfig
test/cmd_ut.c
test/fdt_overlay/Kconfig [moved from test/overlay/Kconfig with 93% similarity]
test/fdt_overlay/Makefile [moved from test/overlay/Makefile with 89% similarity]
test/fdt_overlay/cmd_ut_fdt_overlay.c [moved from test/overlay/cmd_ut_overlay.c with 77% similarity]
test/fdt_overlay/test-fdt-base.dts [moved from test/overlay/test-fdt-base.dts with 100% similarity]
test/fdt_overlay/test-fdt-overlay-stacked.dtso [moved from test/overlay/test-fdt-overlay-stacked.dtso with 100% similarity]
test/fdt_overlay/test-fdt-overlay.dtso [moved from test/overlay/test-fdt-overlay.dtso with 100% similarity]
test/py/tests/test_suite.py