blob: 9afc6afd2a42638b67418f49fa2d0ee0112501c5 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
Antonio Nino Diazf6164aa2018-12-05 14:21:28 +000011 <testsuite name="Secure Partition Manager"
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020012 description="Test SPM APIs">
Antonio Nino Diazf6164aa2018-12-05 14:21:28 +000013
Antonio Nino Diaz652d20a2018-12-10 17:17:33 +000014 <testcase name="SPCI handle open and close"
15 function="test_spci_handle_open" />
16
Antonio Nino Diaza1497e32018-11-08 11:45:13 +000017 <testcase name="SPCI non-blocking requests"
18 function="test_spci_request" />
19
20 <testcase name="SPCI blocking requests multicore"
21 function="test_spci_blocking_request_multicore" />
22 <testcase name="SPCI non-blocking requests multicore"
23 function="test_spci_request_multicore" />
24
Antonio Nino Diaz49b05a82018-11-08 11:46:22 +000025 <testcase name="SPCI blocking request while busy"
26 function="test_spci_blocking_while_busy" />
27
Antonio Nino Diaz10a02542018-12-19 14:28:08 +000028 <testcase name="SPCI blocking request fail to preempt"
29 function="test_spci_blocking_interrupt_by_ns" />
30 <testcase name="SPCI non-blocking request succeed to preempt"
31 function="test_spci_non_blocking_interrupt_by_ns" />
32
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020033 </testsuite>
34
35</testsuites>