[...]
> +static int lib_test_dynamic_uuid(struct unit_test_state *uts)
> +{
> + int ret, i;
> +
> + ut_unsilence_console(uts);
> + static const struct dynamic_uuid_test_data test_data[] = {
You pass this a function ptr, I guess the static is a typo?
> + {
> + .compatible = "sandbox",
> + .namespace = SANDBOX_NAMESPACE_UUID,
> + .images = {
> + u"SANDBOX-UBOOT",
> + u"SANDBOX-UBOOT-ENV",
> + u"SANDBOX-FIT",
> + NULL,
> + },
[...]
Cheers
/Ilias

