test: cmd: fdt: Add fdt get value test case
authorMarek Vasut <marex@denx.de>
Mon, 14 Nov 2022 21:50:00 +0000 (22:50 +0100)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:35 +0000 (15:13 -0700)
commitd83615bc3452bef9b8617b19b8fba08a503b67c6
treefb7b2ff48dfe257fec43ce6be85d3b1d008facc3
parent7dfcf2a57f91dafa2c39577150d31809cd961e93
test: cmd: fdt: Add fdt get value test case

Add test case for 'fdt get value' sub command.

The test case can be triggered using:
"
./u-boot -d u-boot.dtb -c 'ut fdt'
"

Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Marek Vasut <marex@denx.de>
test/cmd/fdt.c