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
6 changes: 6 additions & 0 deletions keywords.robot
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,12 @@ Prepare Test Suite
... preparing connection with the DUT based on used
... transmission protocol. Keyword used in all [Suite Setup]
... sections.
${fw_uri}= Get Environment Variable FW_URI
IF $fw_uri is not None
Log Downloading firmware from ${fw_uri}
Run wget -o firmware.rom "${fw_uri}"
VAR ${FW_FILE}= firmware.rom scope=GLOBAL
END
# Add some metadata to track test version
${revision}= Run git describe --dirty --always --tags
Set Suite Metadata OSFV revision ${revision}
Expand Down