aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-standard.xml
blob: 0bebbef675852c1e6f3a94aee9a5c4efd4fb7895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2018-2019, 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 "tests-tftf-validation.xml">
  <!ENTITY tests-boot-req SYSTEM "tests-boot-req.xml">
  <!ENTITY tests-psci SYSTEM "tests-psci.xml">
  <!ENTITY tests-sdei SYSTEM "tests-sdei.xml">
  <!ENTITY tests-rt-instr SYSTEM "tests-runtime-instrumentation.xml">
  <!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
  <!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
  <!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
  <!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
  <!ENTITY tests-performance SYSTEM "tests-performance.xml">
  <!ENTITY tests-smc SYSTEM "tests-smc.xml">
  <!ENTITY tests-spm SYSTEM "tests-spm.xml">
  <!ENTITY tests-pmu-leakage SYSTEM "tests-pmu-leakage.xml">
  <!ENTITY tests-debugfs SYSTEM "tests-debugfs.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;
  &tests-smc;
  &tests-spm;
  &tests-pmu-leakage;
  &tests-debugfs;

</testsuites>