Tobias Wölfel | d839d81 | 2019-10-04 12:50:12 +0200 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
Srikrishna Iyer | 928d523 | 2019-10-17 18:14:24 -0700 | [diff] [blame] | 4 | { |
| 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 Iyer | b29ebe8 | 2020-05-20 11:29:25 -0700 | [diff] [blame] | 14 | desc: ''' |
| 15 | Basic sanity test acessing a major datapath within the ${name}. |
Srikrishna Iyer | 928d523 | 2019-10-17 18:14:24 -0700 | [diff] [blame] | 16 | |
Srikrishna Iyer | b29ebe8 | 2020-05-20 11:29:25 -0700 | [diff] [blame] | 17 | **Stimulus**: |
| 18 | - TBD |
Srikrishna Iyer | 928d523 | 2019-10-17 18:14:24 -0700 | [diff] [blame] | 19 | |
Srikrishna Iyer | b29ebe8 | 2020-05-20 11:29:25 -0700 | [diff] [blame] | 20 | **Checks**: |
| 21 | - TBD |
| 22 | ''' |
Srikrishna Iyer | 1c14ede | 2019-10-21 15:44:47 -0700 | [diff] [blame] | 23 | milestone: V1 |
Srikrishna Iyer | 928d523 | 2019-10-17 18:14:24 -0700 | [diff] [blame] | 24 | tests: ["${name}_sanity"] |
| 25 | } |
| 26 | { |
| 27 | name: feature1 |
| 28 | desc: '''Add more test entries here like above.''' |
Srikrishna Iyer | 1c14ede | 2019-10-21 15:44:47 -0700 | [diff] [blame] | 29 | milestone: V1 |
Srikrishna Iyer | 928d523 | 2019-10-17 18:14:24 -0700 | [diff] [blame] | 30 | tests: [] |
| 31 | } |
| 32 | ] |
| 33 | } |