blob: 582496787b3b4ef9836b3b44682ba97983141cc6 [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">
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +010025 <!ENTITY tests-pmu-leakage SYSTEM "tests-pmu-leakage.xml">
Manish V Badarkhea4d71c02022-12-05 12:22:00 +000026 <!ENTITY tests-timer-stress SYSTEM "tests-timer-stress.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020027]>
28
29<testsuites>
30
31 &tests-psci-extensive;
32
33 &tests-tftf-validation;
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020034 &tests-boot-req;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020035 &tests-psci;
36 &tests-sdei;
37 &tests-rt-instr;
38 &tests-tsp;
39 &tests-el3-pstate;
40 &tests-state-switch;
41 &tests-cpu-extensions;
42 &tests-performance;
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +020043 &tests-smc;
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +010044 &tests-pmu-leakage;
Manish V Badarkhea4d71c02022-12-05 12:22:00 +000045 &tests-timer-stress;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020046
47</testsuites>