commit | e6ed3de748e2ac1216fca568675a91c13c2b2684 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 07 11:30:51 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 11 20:10:59 2025 -0600 |
tree | 4bff22321b3e6c53686b801ebd15ca0b3bec7366 | |
parent | b0f3bbd4aa0a0d494fc7a75fece1e32890c295cc [diff] |
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>