blob: 67d2346be29e0842da82f357f6b1fa4bdbd9ae23 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +02004 Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9
10<!-- External references to all individual tests files. -->
11<!DOCTYPE testsuites [
12 <!ENTITY tests-psci-extensive SYSTEM "tests-psci-extensive.xml">
13
14 <!ENTITY tests-tftf-validation SYSTEM "tests-tftf-validation.xml">
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020015 <!ENTITY tests-boot-req SYSTEM "tests-boot-req.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020016 <!ENTITY tests-psci SYSTEM "tests-psci.xml">
17 <!ENTITY tests-sdei SYSTEM "tests-sdei.xml">
18 <!ENTITY tests-rt-instr SYSTEM "tests-runtime-instrumentation.xml">
19 <!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
20 <!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
21 <!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
22 <!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
23 <!ENTITY tests-performance SYSTEM "tests-performance.xml">
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020024 <!ENTITY tests-smc SYSTEM "tests-smc.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020025]>
26
27<testsuites>
28
29 &tests-psci-extensive;
30
31 &tests-tftf-validation;
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020032 &tests-boot-req;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020033 &tests-psci;
34 &tests-sdei;
35 &tests-rt-instr;
36 &tests-tsp;
37 &tests-el3-pstate;
38 &tests-state-switch;
39 &tests-cpu-extensions;
40 &tests-performance;
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020041 &tests-smc;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020042
43</testsuites>