| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| Copyright (c) 2019, Arm Limited. All rights reserved. | |
| SPDX-License-Identifier: BSD-3-Clause | |
| --> | |
| <testsuites> | |
| <!-- | |
| Test suite exercising execution state switch SiP service. | |
| --> | |
| <testsuite name="DebugFS" description="Test ARM SiP DebugFS service"> | |
| <testcase name="Expose filesystem" function="test_debugfs" /> | |
| <testcase name="Out-of-bounds accesses" function="test_oob_access" /> | |
| </testsuite> | |
| </testsuites> |