tests: kconfig: fix path for different repo names

Test expected path "zephyr/boards/Kconfig" but failed when the
repository had a different name.
Changed to "boards/Kconfig" to work with any repository name,
as code below.

Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
This commit is contained in:
Mateusz Junkier
2025-12-12 13:58:27 +01:00
committed by Fabio Baltieri
parent 98e98be846
commit 754f972b4d

View File

@@ -26,7 +26,7 @@ EXPECTED_TRACES = [
"string",
"native_sim",
"default",
[ "zephyr/boards/Kconfig", None ] # only test the file name
[ "boards/Kconfig", None ] # only test the file name
],
[
"CONFIG_MAIN_FLAG",