| commit | ed5bda84f7ca1098bde39cd0348fb8e86bffbff9 | [log] [tgz] |
|---|---|---|
| author | Madhav Bhatt <madhav.bhatt@amd.com> | Mon Aug 25 04:01:16 2025 -0700 |
| committer | Madhav Bhatt <madhav.bhatt@amd.com> | Fri Sep 26 02:55:40 2025 -0700 |
| tree | 91ada1008018df3933281377a8697f4be3d03d2a | |
| parent | 00d869a0ada0724771e2056606db28a6c2885ea9 [diff] |
feat(amd): add test for register notifier EEMI API Add a test case to validate the register notification handling functionality of the EEMI API in the TF-A test framework. The test: - Registers a notifier using `test_register_notifier()`. - Waits for a notification within a predefined timeout. - If received, unregisters the notifier using `test_unregister_notifier()`. Change-Id: I4454ef8644851a2dedc0a224fa220062fed1d635 Signed-off-by: Madhav Bhatt <madhav.bhatt@amd.com>