blob: 932b10e8ba6c4ac789fdf6450f68365ece765e57 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11 <testsuite name="Framework Validation" description="Validate the core features of the test framework">
12 <testcase name="NVM support" function="test_validation_nvm" />
13 <testcase name="NVM serialisation" function="test_validate_nvm_serialisation" />
14 <testcase name="Events API" function="test_validation_events" />
15 <testcase name="IRQ handling" function="test_validation_irq" />
16 <testcase name="SGI support" function="test_validation_sgi" />
17 </testsuite>
18
19 <testsuite name="Timer framework Validation" description="Validate the timer driver and timer framework">
20 <testcase name="Verify the timer interrupt generation" function="test_timer_framework_interrupt" />
21 <testcase name="Target timer to a power down cpu" function="test_timer_target_power_down_cpu" />
22 <testcase name="Test scenario where multiple CPUs call same timeout" function="test_timer_target_multiple_same_interval" />
23 <testcase name="Stress test the timer framework" function="stress_test_timer_framework" />
24 </testsuite>
25
26</testsuites>