blob: 60d9a2b03f8384d4a10985c3fb1f224cf0dc5f22 [file] [log] [blame]
Manish Pandey5f513d62022-01-17 11:05:53 +00001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2022, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10 <testsuite name="Invalid memory access" description="Invalid memory access">
11 <testcase name="Access EL3 memory from NS world"
nabkah01bf00f8d2022-03-22 12:37:19 +000012 function="el3_memory_cannot_be_accessed_in_ns" />
Olivier Deprez82bbc572022-01-11 11:50:36 +010013 <testcase name="Access Realm memory from NS world"
14 function="rl_memory_cannot_be_accessed_in_ns" />
nabkah01bf00f8d2022-03-22 12:37:19 +000015 <testcase name="Access Secure memory from NS world"
16 function="s_memory_cannot_be_accessed_in_ns" />
nabkah01905b2c72022-02-10 10:46:32 +000017 <testcase name="Access Secure memory from Realm world"
18 function="s_memory_cannot_be_accessed_in_rl" />
nabkah0146b418d2022-02-16 17:01:54 +000019 <testcase name="Access from a SP to a Root region"
20 function="rt_memory_cannot_be_accessed_in_s" />
nabkah01e7147862022-02-11 19:08:00 +000021 <testcase name="Access Root memory from Realm world"
22 function="rt_memory_cannot_be_accessed_in_rl" />
Manish Pandey5f513d62022-01-17 11:05:53 +000023 </testsuite>
24</testsuites>