Skip to content

Commit

Permalink
[sival] Assign gpio_pinmux_test to two points
Browse files Browse the repository at this point in the history
This test checks various muxing configurations, plus one attribute
(invert), which fulfils most of the testpoints here. More attributes
can be added later if necessary.

Signed-off-by: James Wainwright <[email protected]>
(commit is original to earlgrey_1.0.0)
(cherry picked from commit 40fcedb)
  • Loading branch information
jwnrt committed Nov 25, 2024
1 parent 6e03389 commit 6c6ef92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/top_earlgrey/data/chip_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
si_stage: SV3
lc_states: ["PROD"]
tests: ["chip_padctrl_attributes"]
bazel: []
bazel: ["//sw/device/tests:gpio_pinmux_test"]
}
{
name: chip_padctrl_attributes
Expand All @@ -135,7 +135,7 @@
si_stage: SV3
lc_states: ["PROD"]
tests: ["chip_padctrl_attributes"]
bazel: []
bazel: ["//sw/device/tests:gpio_pinmux_test"]
}
{
name: chip_sw_sleep_pin_mio_dio_val
Expand Down

0 comments on commit 6c6ef92

Please sign in to comment.