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

<!--
  Copyright (c) 2020, NVIDIA Corporation. All rights reserved.

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

<document>
  <!-- External reference to standard tests files. -->
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tests-standard.xml" />
  <testsuites>
    <testsuite name="Tegra SiP tests" description="SiP tests for Tegra platforms">
      <testcase name="Video Memory Configuration test" function="test_sip_videomem_incorrect_inputs" />
      <testcase name="Video Memory Resize test" function="test_sip_videomem_resize" />
      <testcase name="Read SMMU_PER register contents test" function="test_get_smmu_per" />
    </testsuite>
    <testsuite name="Tegra194 platform tests" description="Tests for Tegra194 platforms">
      <testcase name="RAS corrected error test" function="test_ras_corrected" />
      <testcase name="RAS uncorrectable error test" function="test_ras_uncorrectable" />
    </testsuite>
  </testsuites>
</document>