[prim] update naming from sanity to smoke
Signed-off-by: Cindy Chen <chencindy@google.com>
diff --git a/hw/ip/prim/dv/prim_lfsr/prim_lfsr_sim_cfg.hjson b/hw/ip/prim/dv/prim_lfsr/prim_lfsr_sim_cfg.hjson
index dd220db..2ce01dd 100644
--- a/hw/ip/prim/dv/prim_lfsr/prim_lfsr_sim_cfg.hjson
+++ b/hw/ip/prim/dv/prim_lfsr/prim_lfsr_sim_cfg.hjson
@@ -42,7 +42,7 @@
}
]
- // dw_8 is only used for "sanity" sims, so coverage collection is not needed.
+ // dw_8 is only used for "smoke" sims, so coverage collection is not needed.
prim_lfsr_dw_8_vcs_cov_cfg_file: ""
prim_lfsr_dw_24_vcs_cov_cfg_file: "-cm_hier {tool_srcs_dir}/prim_lfsr_cover.cfg"
vcs_cov_assert_cfg_file: "-cm_assert_hier {tool_srcs_dir}/prim_lfsr_cover_assert.cfg"
@@ -53,7 +53,7 @@
// List of test specifications.
tests: [
{
- name: prim_lfsr_sanity
+ name: prim_lfsr_smoke
// limit max lfsr length to reduce private CI runtime.
build_mode: prim_lfsr_dw_8
}
@@ -66,8 +66,8 @@
// List of regressions.
regressions: [
{
- name: sanity
- tests: ["prim_lfsr_sanity"]
+ name: smoke
+ tests: ["prim_lfsr_smoke"]
}
{
name: nightly
diff --git a/hw/ip/prim/dv/prim_present/data/prim_present_testplan.hjson b/hw/ip/prim/dv/prim_present/data/prim_present_testplan.hjson
index 9ff6328..dc3dfe9 100644
--- a/hw/ip/prim/dv/prim_present/data/prim_present_testplan.hjson
+++ b/hw/ip/prim/dv/prim_present/data/prim_present_testplan.hjson
@@ -6,12 +6,12 @@
import_testplans: []
entries: [
{
- name: sanity
+ name: smoke
desc: '''Simple PRESENT test - feed golden and random testvectors into
both the encryption and decryption algorithms and verify that all
outputs match those from the reference model.'''
milestone: V2
- tests: ["prim_present_sanity"]
+ tests: ["prim_present_smoke"]
}
]
}
diff --git a/hw/ip/prim/dv/prim_present/prim_present_sim_cfg.hjson b/hw/ip/prim/dv/prim_present/prim_present_sim_cfg.hjson
index ff1289d..84745cf 100644
--- a/hw/ip/prim/dv/prim_present/prim_present_sim_cfg.hjson
+++ b/hw/ip/prim/dv/prim_present/prim_present_sim_cfg.hjson
@@ -39,15 +39,15 @@
// List of test specifications.
tests: [
{
- name: prim_present_sanity
+ name: prim_present_smoke
}
]
// List of regressions.
regressions: [
{
- name: sanity
- tests: ["prim_present_sanity"]
+ name: smoke
+ tests: ["prim_present_smoke"]
}
]
}
diff --git a/hw/ip/prim/dv/prim_prince/prim_prince_sim_cfg.hjson b/hw/ip/prim/dv/prim_prince/prim_prince_sim_cfg.hjson
index bc32357..9240a16 100644
--- a/hw/ip/prim/dv/prim_prince/prim_prince_sim_cfg.hjson
+++ b/hw/ip/prim/dv/prim_prince/prim_prince_sim_cfg.hjson
@@ -42,12 +42,12 @@
// List of regressions.
regressions: [
{
- name: sanity
+ name: smoke
tests: ["prim_prince_test"]
}
{
name: nightly
- // Run the same test as the "sanity" regression, just with a higher reseed value.
+ // Run the same test as the "smoke" regression, just with a higher reseed value.
// This higher reseed value is due to the rather large state space created by
// the 128-bit key and 64-bit data values.
reseed: 500