dm: test: Add test for part_get_info_by_type
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 3 Jul 2023 13:39:55 +0000 (08:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 20:19:47 +0000 (16:19 -0400)
commit95811666ae9b1ff6228410629f209721d1ca91a8
treeaf35a23a8b9613b898edbd6d21a61c96b70835fa
parent387f8be55b5091c4ed39221ef6a38ea7099d0a36
dm: test: Add test for part_get_info_by_type

Adds a test suite to ensure that part_get_info_by_type works correctly
by creating a hybrid GPT/MBR partition table and reading both.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
[trini: Add this on the other sandbox configs]
Signedd-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
configs/sandbox_vpl_defconfig
test/dm/part.c