Juan Pablo Conde | ab202fe | 2022-12-07 13:56:40 -0600 | [diff] [blame] | 1 | <?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 | |
| 11 | <testsuite name="RNG_TRAP" description="Tests that RNDR/RRS instructions trap to EL3 and returns a random number"> |
| 12 | <testcase name="Test if RNDR instruction traps to el3 and gets a random number" function="test_rndr_rng_trap" /> |
| 13 | <testcase name="Test if RNDRSS instruction traps to el3 and gets a random number" function="test_rndrrs_rng_trap" /> |
| 14 | </testsuite> |
| 15 | |
| 16 | </testsuites> |