Skip to content

Commit

Permalink
dts-compatibility: dasharo-tools-suite: fix documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Jan 2, 2025
1 parent df36b57 commit c624f20
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions dasharo-compatibility/dasharo-tools-suite.robot
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,12 @@ DTS008.001 DTS option power-off DUT works correctly
Should Not Be True ${status}

DTS009.001 Update Dasharo firmware by using DTS via USB works correctly
[Documentation] This test aims to verify that the option Power off
... system in the DTS menu turns off the DUT.
[Documentation] This test aims to verify that updating Dasharo by using
... DTS built-in script works correctly when booting DTS via USB.
... Test expects FW_FILE variable to contain path to Dasharo firmware.
... This firmware should be earlier version than current one so update
... can proceed. Test doesn't use DPP keys so it can only update up to
... newest community version available.
${skip}= Run Keyword And Return Status
... Variable Should Not Exist $FW_FILE
Skip If ${skip} FW_FILE is not defined
Expand All @@ -148,8 +152,12 @@ DTS009.001 Update Dasharo firmware by using DTS via USB works correctly
Update Dasharo In DTS

DTS009.002 Update Dasharo firmware by using DTS via iPXE works correctly
[Documentation] This test aims to verify that the option Power off
... system in the DTS menu turns off the DUT.
[Documentation] This test aims to verify that updating Dasharo by using
... DTS built-in script works correctly when booting DTS via iPXE.
... Test expects FW_FILE variable to contain path to Dasharo firmware.
... This firmware should be earlier version than current one so update
... can proceed. Test doesn't use DPP keys so it can only update up to
... newest community version available.
${skip}= Run Keyword And Return Status
... Variable Should Not Exist $FW_FILE
Skip If ${skip} FW_FILE is not defined
Expand Down

0 comments on commit c624f20

Please sign in to comment.