test: Split optee tests into three functions
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:51 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
commitba2feaf41435b9d5bb8a1dcffc35b21ff42714f3
tree4bff22321b3e6c53686b801ebd15ca0b3bec7366
parent1c05e2c0eb9cd449a743d49c89a777b6bc803a15
test: Split optee tests into three functions

These tests run three different checks on the nodes, but the logic is
currently all in one tests.

Split the code out into three different tests, which do different setup
and then run the same checks.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/optee/cmd_ut_optee.c