File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,13 @@ VBO009.001 Recovery boot popup is displayed when incorrectly signed firmware is
103
103
# extended FW boot times
104
104
Set DUT Response Timeout 300s
105
105
${recovery_popup } = Read From Terminal Until Press ENTER key to continue
106
+ # Workaround for laptops tested using sonoff & without a battery
106
107
Should Contain ${recovery_popup } !!! WARNING !!!
108
+ IF 'battery is not detected' in $recovery_popup
109
+ Sleep 12s
110
+ Read From Terminal
111
+ ${recovery_popup } = Read From Terminal Until Press ENTER key to continue
112
+ END
107
113
Should Contain ${recovery_popup } Recovery reason code:
108
114
Should Contain ${recovery_popup } Recovery reason:
109
115
Boot System Or From Connected Disk ${ENV_ID_UBUNTU }
You can’t perform that action at this time.
0 commit comments