From 8cf8885d933c807b8a50d3601f467961b3fa0e9d Mon Sep 17 00:00:00 2001 From: Douglas Reis Date: Wed, 27 Nov 2024 17:47:51 +0000 Subject: [PATCH] [SiVal, usbdev] Fix harness arguments of aon_wake_reset_test Signed-off-by: Douglas Reis --- sw/device/tests/BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index 5845cf447d7a9..9c82effca937d 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -4272,6 +4272,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", ),