@@ -41,7 +41,7 @@ Receive packet from APRS-IS
4141 [Documentation] VERY simplified ack-and-respond-to-message test case. Sends ack & msg to user, then terminates the test
4242
4343 # Get the packet from APRS-IS
44- Log Receive message from APRS-IS
44+ Log To Console Receive message from APRS-IS
4545 ${packet } = Receive APRS Packet
4646
4747 Log To Console Receive complete
@@ -150,7 +150,7 @@ Process APRS Response
150150Send Packet to APRS-IS
151151 [Documentation] Send packet to APRS-IS
152152 [arguments] ${message }
153- Log Send Packet to APRS-IS
153+ Log To Console Send Packet to APRS-IS
154154 Send APRS Packet ${message }
155155
156156Open APRS-IS Connection
@@ -166,22 +166,22 @@ Open APRS-IS Connection
166166 Set APRS-IS Passcode ${passcode }
167167 Set APRS-IS Filter ${filter }
168168
169- Log Connecting to APRS-IS
169+ Log To Console Connecting to APRS-IS
170170 Connect to APRS-IS
171171
172172Close APRS-IS Connection
173173 [Documentation] Closes an existing connection to APRS-IS
174- Log Disconnect from APRS-IS
174+ Log To Console Disconnect from APRS-IS
175175 Disconnect from APRS-IS
176176
177177Check Robot Framework Version
178- [Documentation] Checks the robotframework's version and aborts if we don't use minimum version 5.x.x
179- # Get the version. Will be in x.x.x format, e.g. 4.1.2
180- ${ver } = Evaluate (robot.version.VERSION)
178+ [Documentation] Checks the robotframework's version and aborts if we don't use minimum version 5.x.x
179+ # Get the version. Will be in x.x.x format, e.g. 4.1.2
180+ ${ver } = Evaluate (robot.version.VERSION)
181181
182- # Split up the string and get the major and minor versions, then convert the values to integer
183- ${words } = Split String ${ver } .
184- ${major } = Convert To Integer ${words[0] }
182+ # Split up the string and get the major and minor versions, then convert the values to integer
183+ ${words } = Split String ${ver } .
184+ ${major } = Convert To Integer ${words[0] }
185185
186- # Check the version and fail the test if necessary
187- Run Keyword If '${major } ' < '5 ' Fatal Error msg=This test suite can only be run with Robot Framework 5.x.x. Present Version is '${ver } '
186+ # Check the version and fail the test if necessary
187+ Run Keyword If '${major } ' < '5 ' Fatal Error msg=This test suite can only be run with Robot Framework 5.x.x. Present Version is '${ver } '
0 commit comments