Test of setwakeuptime may be incorrect
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Firmware Test Suite |
Incomplete
|
Undecided
|
Ivan Hu |
Bug Description
ArmSystemReady certification is in progress on our side, and we encountered problems with setwakeuptime testing during FWTS testing.(FWTS code from https:/
When testing the functionality of setwakeuptime, the code calls getwakeuptime to get the values of wakeuptime, pending, and enable, but the values of pending are not false. We write the pending value directly false in the firmware's getwakeuptime interface, but the test still fails.
Print information for test failure:
Test 22 of 36: Test UEFI RT Service set wakeup time interface.
FAILED [HIGH] UEFIRuntimeSetW
Test Code:
https:/
In addition, we use the FWTS tool from https:/
Changed in fwts: | |
status: | In Progress → Confirmed |
Could you prove the result.log from FWTS?