blob: 4723280eb325fbf4371e281e32e1d5c0819b63b1 [file] [log] [blame]
Tobias Wölfeld839d812019-10-04 12:50:12 +02001// Copyright lowRISC contributors.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
Srikrishna Iyer928d5232019-10-17 18:14:24 -07004{
5 name: "${name}"
6 // TODO: remove the common testplans if not applicable
7 import_testplans: ["hw/dv/tools/testplans/csr_testplan.hjson",
8 "hw/dv/tools/testplans/mem_testplan.hjson",
9 "hw/dv/tools/testplans/intr_test_testplan.hjson",
10 "hw/dv/tools/testplans/tl_device_access_types_testplan.hjson"]
11 entries: [
12 {
13 name: sanity
Srikrishna Iyerb29ebe82020-05-20 11:29:25 -070014 desc: '''
15 Basic sanity test acessing a major datapath within the ${name}.
Srikrishna Iyer928d5232019-10-17 18:14:24 -070016
Srikrishna Iyerb29ebe82020-05-20 11:29:25 -070017 **Stimulus**:
18 - TBD
Srikrishna Iyer928d5232019-10-17 18:14:24 -070019
Srikrishna Iyerb29ebe82020-05-20 11:29:25 -070020 **Checks**:
21 - TBD
22 '''
Srikrishna Iyer1c14ede2019-10-21 15:44:47 -070023 milestone: V1
Srikrishna Iyer928d5232019-10-17 18:14:24 -070024 tests: ["${name}_sanity"]
25 }
26 {
27 name: feature1
28 desc: '''Add more test entries here like above.'''
Srikrishna Iyer1c14ede2019-10-21 15:44:47 -070029 milestone: V1
Srikrishna Iyer928d5232019-10-17 18:14:24 -070030 tests: []
31 }
32 ]
33}