-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .stf files for more gateway tests (#106)
- Loading branch information
Showing
18 changed files
with
108 additions
and
103 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
add test1 data.f1:0x12345678 output(port:2) | ||
add test2 data.f2:0x12345678 output(port:3) | ||
|
||
expect 2 12345678 12345678 0200 00000000 00 f1 | ||
packet 0 12345678 12345678 0200 00000000 00 f1 | ||
expect 3 12345678 12345678 0200 00000000 80 f2 | ||
packet 0 12345678 12345678 0200 00000000 80 f2 | ||
expect 3 12345678 12345678 0600 00000000 80 f3 | ||
packet 0 12345678 12345678 0600 00000000 80 f3 | ||
expect 3 12345678 12345678 0600 00000000 00 f4 | ||
packet 0 12345678 12345678 0600 00000000 00 f4 | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
add test1 data.f1:0x12345678 output(port:2) | ||
add test2 data.f2:0x12345678 output(port:3) | ||
|
||
expect 2 12345678 12345678 00 01 00 00 f1 | ||
packet 0 12345678 12345678 00 01 00 00 f1 | ||
expect 3 12345678 12345678 00 02 00 00 f2 | ||
packet 0 12345678 12345678 00 02 00 00 f2 | ||
expect 2 12345678 12345678 00 f1 00 00 f3 | ||
packet 0 12345678 12345678 00 f1 00 00 f3 | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
add test1 data.f1:0x12345678 output(port:2) | ||
add test2 data.f2:0x12345678 output(port:3) | ||
|
||
expect 2 12345678 12345678 00 33 00 00 f1 | ||
packet 0 12345678 12345678 00 33 00 00 f1 | ||
expect 3 12345678 12345678 00 32 00 00 f2 | ||
packet 0 12345678 12345678 00 32 00 00 f2 | ||
expect 2 12345678 12345678 00 f1 00 00 f3 | ||
packet 0 12345678 12345678 00 f1 00 00 f3 | ||
expect 3 12345678 12345678 00 03 00 00 f4 | ||
packet 0 12345678 12345678 00 03 00 00 f4 | ||
|
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
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
Oops, something went wrong.