Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dasharo-compatibility/fwupd-support.robot
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ Fwupd Devices Detected Linux
Should Contain All ${out} @{devices}

Fwupd Local Firmware Update Linux
IF "${POWER_CTRL}"=="none" and @{TEST_TAGS} and "semiauto" not in @{TEST_TAGS}
Skip Skipping semiauto test
END
${cabinet_given}= Run Keyword And Return Status
... Get Environment Variable ${CABINET_ENVVAR}
IF not ${cabinet_given}
Expand All @@ -127,6 +130,7 @@ Fwupd Local Firmware Update Linux
... AC power
... AC is disconnected, connect AC. (Or its a bug - AC it not detected if internal battery is full. Discharge the battery a bit and try again.)\n\n
Should Contain ${out} Successfully installed firmware
# fwupd will automatically reboot the system
IF "${POWER_CTRL}"=="none"
Execute Manual Step The laptop might stay powered off after update. Power it back on.
END
Expand Down