blob: d07e411beda13a1031e855cd5fc5a27b5f1700ec [file] [log] [blame]
Varun Wadekar83aa8e42020-04-24 18:15:39 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
anzhouaa676da2020-06-18 19:28:29 +08009<document>
10 <!-- External reference to standard tests files. -->
11 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tests-standard.xml" />
12 <testsuites>
13 <testsuite name="Tegra SiP tests" description="SiP tests for Tegra platforms">
14 <testcase name="Video Memory Configuration test" function="test_sip_videomem_incorrect_inputs" />
15 <testcase name="Video Memory Resize test" function="test_sip_videomem_resize" />
16 <testcase name="Read SMMU_PER register contents test" function="test_get_smmu_per" />
17 </testsuite>
18 <testsuite name="Tegra194 platform tests" description="Tests for Tegra194 platforms">
19 <testcase name="RAS corrected error test" function="test_ras_corrected" />
20 <testcase name="RAS uncorrectable error test" function="test_ras_uncorrectable" />
21 </testsuite>
22 </testsuites>
23</document>