Skip to content

Commit

Permalink
Add CLI test for 'tcp send -x'.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Feb 6, 2025
1 parent 94be65d commit 19c5e56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/scripts/expect/cli-tcp.exp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ expect_line "Done"

switch_node 1
expect "TCP: Received 5 bytes: world"
send "tcp send -x 546573745c725c6e4865785c725c6e\n"
expect_line "Done"

switch_node 2
expect "TCP: Received 15 bytes: Test\r\nHex\r\n"

switch_node 1
send "tcp sendend\n"
expect_line "Done"
send "tcp send more\n"
Expand Down

0 comments on commit 19c5e56

Please sign in to comment.