blob: 9afc6afd2a42638b67418f49fa2d0ee0112501c5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2018, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
-->
<testsuites>
<testsuite name="Secure Partition Manager"
description="Test SPM APIs">
<testcase name="SPCI handle open and close"
function="test_spci_handle_open" />
<testcase name="SPCI non-blocking requests"
function="test_spci_request" />
<testcase name="SPCI blocking requests multicore"
function="test_spci_blocking_request_multicore" />
<testcase name="SPCI non-blocking requests multicore"
function="test_spci_request_multicore" />
<testcase name="SPCI blocking request while busy"
function="test_spci_blocking_while_busy" />
<testcase name="SPCI blocking request fail to preempt"
function="test_spci_blocking_interrupt_by_ns" />
<testcase name="SPCI non-blocking request succeed to preempt"
function="test_spci_non_blocking_interrupt_by_ns" />
</testsuite>
</testsuites>