diff --git a/dasharo-compatibility/fwupd-support.robot b/dasharo-compatibility/fwupd-support.robot index ea450fbe21..2c17b34261 100644 --- a/dasharo-compatibility/fwupd-support.robot +++ b/dasharo-compatibility/fwupd-support.robot @@ -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} @@ -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