blob: 19ab392f48dd2a19d4136e8ce06e65966cfb4178 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "keymgr"
// 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"]
entries: [
{
name: sanity
desc: '''
Basic sanity test acessing a major datapath within the keymgr.
**Stimulus**:
- TBD
**Checks**:
- TBD
'''
milestone: V1
tests: ["keymgr_sanity"]
}
{
name: feature1
desc: '''Add more test entries here like above.'''
milestone: V1
tests: []
}
]
}