Skip to content

Commit

Permalink
[SiVal, usbdev] Fix harness arguments of aon_wake_reset_test
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Nov 27, 2024
1 parent 0401b0f commit e1e17df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4280,6 +4280,16 @@ opentitan_test(
tags = ["manual"],
test_cmd = """
--bootstrap="{firmware}"
--wake=reset
""",
test_harness = "//sw/host/tests/chip/usb:usbdev_aon_wake",
),
silicon = silicon_params(
test_cmd = """
--bootstrap="{firmware}"
--vbus-sense-en=VBUS_SENSE_EN
--vbus-sense=VBUS_SENSE
--wake=reset
""",
test_harness = "//sw/host/tests/chip/usb:usbdev_aon_wake",
),
Expand Down

0 comments on commit e1e17df

Please sign in to comment.