blob: 173d36428899047f6742013d42270f5e7d564637 [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
9<testsuites>
Varun Wadekarbe5fade2020-06-02 22:54:42 -070010 <testsuite name="Tegra SiP tests" description="SiP tests for Tegra platforms">
11 <testcase name="Video Memory Configuration test" function="test_sip_videomem_incorrect_inputs" />
12 <testcase name="Video Memory Resize test" function="test_sip_videomem_resize" />
anzhou42f4d192020-06-16 20:56:07 +080013 <testcase name="Read SMMU_PER register contents test" function="test_get_smmu_per" />
Varun Wadekarbe5fade2020-06-02 22:54:42 -070014 </testsuite>
15 <testsuite name="Tegra194 platform tests" description="Tests for Tegra194 platforms">
Varun Wadekar073a9e42020-05-11 16:45:56 -070016 <testcase name="RAS corrected error test" function="test_ras_corrected" />
Varun Wadekar83aa8e42020-04-24 18:15:39 -070017 <testcase name="RAS uncorrectable error test" function="test_ras_uncorrectable" />
18 </testsuite>
19
20</testsuites>