aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-trng.xml
blob: 72f1fd07691b695b734b409604aa9a590d497480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2021, Arm Limited. All rights reserved.

  SPDX-License-Identifier: BSD-3-Clause
-->

<testsuites>
  <!--
     The "template" testsuite aims at providing template test code as a
     starting point for developing new tests. These tests don't do anything
     useful in terms of testing.
  -->
  <testsuite name="TRNG" description="True Random Number Generator">
     <testcase name="Version" function="test_trng_version" />
     <testcase name="Features" function="test_trng_features" />
     <!--
	Note: the UUID function is not testable, as it's correct if it
	returns _any_ value in W0-W3.
     -->
     <testcase name="RND" function="test_trng_rnd" />
  </testsuite>

</testsuites>