summaryrefslogtreecommitdiff
path: root/plat/arm/board/juno/tests.xml
blob: 8f77bd1ad8b0e522485ae9f18a9e8591dc0d7f5b (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
46
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2017-2018, ARM Limited. All rights reserved.

  This program and the accompanying materials
  are licensed and made available under the terms and conditions of the BSD License
  which accompanies this distribution.  The full text of the license may be found at
  http://opensource.org/licenses/bsd-license.php

  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->

<!-- External references to all individual tests files. -->
<!DOCTYPE testsuites [
  <!ENTITY tests-tftf-validation SYSTEM "../../../../tests/tests-tftf-validation.xml">
  <!ENTITY tests-psci SYSTEM "../../../../tests/tests-psci.xml">
  <!ENTITY tests-spm SYSTEM "../../../../tests/tests-spm.xml">
  <!ENTITY tests-sdei SYSTEM "../../../../tests/tests-sdei.xml">
  <!ENTITY tests-rt-instr SYSTEM "../../../../tests/tests-runtime-instrumentation.xml">
  <!ENTITY tests-tsp SYSTEM "../../../../tests/tests-tsp.xml">
  <!ENTITY tests-el3-pstate SYSTEM "../../../../tests/tests-el3-power-state.xml">
  <!ENTITY tests-state-switch SYSTEM "../../../../tests/tests-arm-state-switch.xml">
  <!ENTITY tests-cpu-extensions SYSTEM "../../../../tests/tests-cpu-extensions.xml">
  <!ENTITY tests-performance SYSTEM "../../../../tests/tests-performance.xml">
]>

<testsuites>

  &tests-tftf-validation;
  &tests-psci;
  &tests-spm;
  &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>