blob: 72f1fd07691b695b734b409604aa9a590d497480 [file] [log] [blame]
Jimmy Brissonc4f3eee2020-06-23 15:25:05 -05001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2021, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10 <!--
11 The "template" testsuite aims at providing template test code as a
12 starting point for developing new tests. These tests don't do anything
13 useful in terms of testing.
14 -->
15 <testsuite name="TRNG" description="True Random Number Generator">
16 <testcase name="Version" function="test_trng_version" />
17 <testcase name="Features" function="test_trng_features" />
18 <!--
19 Note: the UUID function is not testable, as it's correct if it
20 returns _any_ value in W0-W3.
21 -->
22 <testcase name="RND" function="test_trng_rnd" />
23 </testsuite>
24
25</testsuites>