blob: 918d9a7f370c2e1545182ade791022749e0c53ad [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Govindraj Raja951d5fb2024-03-14 09:50:37 -05004 Copyright (c) 2018-2024, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020011 <testsuite name="PSCI Version" description="Check the version of PSCI implemented">
Govindraj Raja951d5fb2024-03-14 09:50:37 -050012 <testcase name="PSCI Version" function="test_psci_version" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020013 </testsuite>
14
15 <testsuite name="PSCI Affinity Info" description="Test PSCI AFFINITY_INFO support">
16 <testcase name="Affinity info level0 on" function="test_affinity_info_level0_on" />
17 <testcase name="Affinity info level0 off" function="test_affinity_info_level0_off" />
18 <testcase name="Affinity info level1 on" function="test_affinity_info_level1_on" />
19 <testcase name="Affinity info level1 off" function="test_affinity_info_level1_off" />
20 <testcase name="Affinity info level2" function="test_affinity_info_level2" />
21 <testcase name="Affinity info level3" function="test_affinity_info_level3" />
22 <testcase name="Affinity info level0 powerdown" function="test_affinity_info_level0_powerdown" />
23 </testsuite>
24
25 <testsuite name="CPU Hotplug" description="Test PSCI CPU Hotplug support">
26 <testcase name="CPU hotplug" function="test_psci_cpu_hotplug" />
27 <testcase name="CPU already on" function="test_psci_cpu_hotplug_plugged" />
28 <testcase name="Context ID passing" function="test_context_ids" />
29 <testcase name="Invalid CPU" function="test_psci_cpu_hotplug_invalid_cpu" />
30 <testcase name="Invalid entry point" function="test_psci_cpu_hotplug_invalid_ep" />
31 </testsuite>
32
33 <testsuite name="PSCI CPU Suspend" description="Test PSCI CPU Suspend support">
34 <testcase name="CPU suspend to powerdown at level 0" function="test_psci_suspend_powerdown_level0" />
35 <testcase name="CPU suspend to powerdown at level 1" function="test_psci_suspend_powerdown_level1" />
36 <testcase name="CPU suspend to powerdown at level 2" function="test_psci_suspend_powerdown_level2" />
37 <testcase name="CPU suspend to powerdown at level 3" function="test_psci_suspend_powerdown_level3" />
38
39 <testcase name="CPU suspend to standby at level 0" function="test_psci_suspend_standby_level0" />
40 <testcase name="CPU suspend to standby at level 1" function="test_psci_suspend_standby_level1" />
41 <testcase name="CPU suspend to standby at level 2" function="test_psci_suspend_standby_level2" />
42 <testcase name="CPU suspend to standby at level 3" function="test_psci_suspend_standby_level3" />
43 </testsuite>
44
Wing Licb88add2022-10-29 02:32:06 +010045 <testsuite name="PSCI CPU Suspend in OSI mode" description="Test PSCI CPU Suspend support in OSI mode">
46 <testcase name="CPU suspend to powerdown at level 0 in OSI mode" function="test_psci_suspend_powerdown_level0_osi" />
47 <testcase name="CPU suspend to powerdown at level 1 in OSI mode" function="test_psci_suspend_powerdown_level1_osi" />
48 <testcase name="CPU suspend to powerdown at level 2 in OSI mode" function="test_psci_suspend_powerdown_level2_osi" />
49 <testcase name="CPU suspend to powerdown at level 3 in OSI mode" function="test_psci_suspend_powerdown_level3_osi" />
50
51 <testcase name="CPU suspend to standby at level 0 in OSI mode" function="test_psci_suspend_standby_level0_osi" />
52 <testcase name="CPU suspend to standby at level 1 in OSI mode" function="test_psci_suspend_standby_level1_osi" />
53 <testcase name="CPU suspend to standby at level 2 in OSI mode" function="test_psci_suspend_standby_level2_osi" />
54 <testcase name="CPU suspend to standby at level 3 in OSI mode" function="test_psci_suspend_standby_level3_osi" />
55 </testsuite>
56
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020057 <testsuite name="PSCI STAT" description="Test PSCI STAT support Core level">
58 <testcase name="for valid composite state CPU suspend" function="test_psci_stat_all_power_states" />
59 <testcase name="Stats test cases for CPU OFF" function="test_psci_stats_cpu_off" />
60 <testcase name="Stats test cases after system suspend" function="test_psci_stats_system_suspend" />
61 </testsuite>
62
63 <testsuite name="PSCI NODE_HW_STATE" description="Test PSCI NODE_HW_STATE API">
64 <testcase name="Tests for NODE_HW_STATE" function="test_psci_node_hw_state" />
65 <testcase name="Tests for NODE_HW_STATE on multicluster" function="test_psci_node_hw_state_multi" />
66 </testsuite>
67
68 <testsuite name="PSCI Features" description="Check the PSCI features implemented">
69 <testcase name="PSCI Features" function="test_psci_features" />
70 <testcase name="PSCI Invalid Features" function="test_psci_features_invalid_id" />
71 </testsuite>
72
73 <testsuite name="PSCI MIGRATE_INFO_TYPE" description="Test MIGRATE_INFO_TYPE support">
74 <testcase name="PSCI MIGRATE_INFO_TYPE" function="test_migrate_info_type" />
75 </testsuite>
76
77 <testsuite name="PSCI mem_protect_check" description="Check the mem_protect_check_range feature">
78 <testcase name="PSCI mem_protect_check" function="test_mem_protect_check" />
79 </testsuite>
80
81 <testsuite name="PSCI System Suspend Validation" description="Validate PSCI System Suspend API">
82 <testcase name="System suspend multiple times" function="test_psci_sys_susp_multiple_iteration" />
83 <testcase name="system suspend from all cores" function="test_system_suspend_from_all_cores" />
84 <testcase name="System suspend with cores on" function="test_psci_sys_susp_with_cores_on" />
85 <testcase name="Suspend system with cores in suspend" function="test_psci_sys_susp_with_cores_in_suspend" />
86 <testcase name="Validate suspend to RAM functionality" function="test_psci_sys_susp_validate_ram" />
87 <testcase name="System suspend with invalid entrypoint address" function="test_system_suspend_invalid_entrypoint" />
88 <testcase name="System suspend with pending IRQ" function="test_psci_sys_susp_pending_irq" />
89 </testsuite>
90
91</testsuites>