forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
usbdev_testplan.hjson
29 lines (26 loc) · 1022 Bytes
/
usbdev_testplan.hjson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "usbdev"
// TODO: remove the common testplans if not applicable
import_testplans: ["hw/dv/tools/dvsim/testplans/csr_testplan.hjson",
"hw/dv/tools/dvsim/testplans/mem_testplan.hjson",
"hw/dv/tools/dvsim/testplans/intr_test_testplan.hjson",
"hw/dv/tools/dvsim/testplans/tl_device_access_types_testplan.hjson",
"usbdev_sec_cm_testplan.hjson"]
testpoints: [
{
name: smoke
desc: '''**Goal**: Smoke test accessing a major datapath in USBDEV.
**Stimulus**: Describe the stimulus procedure.
**Checks**": Describe the self-check procedure.
- add bullets as needed
- second bullet\
describe second bullet
Start a new paragraph.'''
stage: V1
tests: ["usbdev_smoke"]
}
]
}