-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New keywords for connecting and disconnecting
- Loading branch information
1 parent
7bd1908
commit a8b2a73
Showing
3 changed files
with
92 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,4 +131,4 @@ dmypy.json | |
log.html | ||
output.xml | ||
report.html | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
*** Settings *** | ||
|
||
Library AprsLibrary.py aprsis_port=666 aprsis_server=www.domino.de | ||
Library AprsLibrary.py | ||
|
||
*** Test Cases *** | ||
Mein Erster Testfall | ||
${a}= Get APRS-IS Port | ||
Log To Console ${a} | ||
|
||
Set APRS-IS Port 42 | ||
${b}= Get APRS-IS Port | ||
${b}= Calculate APRS-IS Passcode MPAD | ||
Log To Console ${b} | ||
|
||
${b}= Parse APRS Packet M0XER-4>APRS64,TF3RPF,WIDE2*,qAR,TF3SUT-2:!/.(M4I^C,O `DXa/A=040849|#B>@\"v90!+| | ||
Log To Console ${b} | ||
|
||
${a}= Get APRS-IS Server | ||
Log To Console ${a} | ||
Set APRS-IS Server 94.33.51.3 | ||
|
||
Set APRS-IS server www.spiegel.de | ||
${b}= Get APRS-IS Server | ||
Log To Console ${b} | ||
${b}= Connect To APRS-IS | ||
|
||
${b}= Calculate APRS-IS Passcode MPAD | ||
Log To Console ${b} | ||
${c}= Get Current APRS-IS Configuration | ||
Log To Console ${c} | ||
Log Variables | ||
|
||
${b}= Parse APRS Packet M0XER-4>APRS64,TF3RPF,WIDE2*,qAR,TF3SUT-2:!/.(M4I^C,O `DXa/A=040849|#B>@\"v90!+| | ||
Log To Console ${b} | ||
Disconnect from APRS-IS | ||
${c}= Get Current APRS-IS Configuration | ||
Log To Console ${c} |