| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2018, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| --> |
| |
| <!-- External references to all individual tests files. --> |
| <!DOCTYPE testsuites [ |
| <!ENTITY tests-tftf-validation SYSTEM "../../../../tftf/tests/tests-tftf-validation.xml"> |
| <!ENTITY tests-boot-req SYSTEM "../../../../tftf/tests/tests-boot-req.xml"> |
| <!ENTITY tests-psci SYSTEM "../../../../tftf/tests/tests-psci.xml"> |
| <!ENTITY tests-sdei SYSTEM "../../../../tftf/tests/tests-sdei.xml"> |
| <!ENTITY tests-rt-instr SYSTEM "../../../../tftf/tests/tests-runtime-instrumentation.xml"> |
| <!ENTITY tests-tsp SYSTEM "../../../../tftf/tests/tests-tsp.xml"> |
| <!ENTITY tests-el3-pstate SYSTEM "../../../../tftf/tests/tests-el3-power-state.xml"> |
| <!ENTITY tests-state-switch SYSTEM "../../../../tftf/tests/tests-arm-state-switch.xml"> |
| <!ENTITY tests-cpu-extensions SYSTEM "../../../../tftf/tests/tests-cpu-extensions.xml"> |
| <!ENTITY tests-performance SYSTEM "../../../../tftf/tests/tests-performance.xml"> |
| ]> |
| |
| <testsuites> |
| |
| &tests-tftf-validation; |
| &tests-boot-req; |
| &tests-psci; |
| &tests-sdei; |
| &tests-rt-instr; |
| &tests-tsp; |
| &tests-el3-pstate; |
| &tests-state-switch; |
| &tests-cpu-extensions; |
| &tests-performance; |
| |
| <testsuite name="Juno - IRQ support in TSP" description="Test the normal IRQ preemption support in TSP."> |
| <testcase name="Juno - Multicore spurious interrupt test" function="test_juno_multicore_spurious_interrupt" /> |
| </testsuite> |
| |
| </testsuites> |