blob: fc7d98e15c7b0db5a209457704c35e8b072b9d39 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2018-2019, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
-->
<testsuites>
<testsuite name="SPM tests"
description="Test SPM APIs">
<!-- TODO: This test fails in the CI.
<testcase name="SPM NS interrupts test"
function="test_secure_partition_interrupt_by_ns" />
-->
<testcase name="SPM secondary CPUs sequential test"
function="test_secure_partition_secondary_cores_seq" />
<!-- TODO: This test fails in the CI.
<testcase name="SPM secondary CPUs simultaneous test"
function="test_secure_partition_secondary_cores_sim" />
-->
</testsuite>
</testsuites>