Varun Wadekar | 83aa8e4 | 2020-04-24 18:15:39 -0700 | [diff] [blame] | 1 | <?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 | |
anzhou | aa676da | 2020-06-18 19:28:29 +0800 | [diff] [blame] | 9 | <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> |