Skip to content

Commit

Permalink
Merge pull request #9649 from miri64/tests/fix/gnrc_sixlowpan-print
Browse files Browse the repository at this point in the history
tests: gnrc_sixlowpan: fix expect for #9585
  • Loading branch information
miri64 authored Jul 31, 2018
2 parents 5284849 + c289ccc commit a15a1b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/gnrc_sixlowpan/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def testfunc(child):
child.expect_exact("~~ SNIP 0 - size: 74 byte, type: NETTYPE_SIXLOWPAN (1)")
child.expect_exact("Fragmentation Header (first)")
child.expect_exact("datagram size: 148")
child.expect_exact("tag: 0x1")
child.expect_exact("tag: 0x0001")
child.expect_exact("IPHC dispatch")
child.expect_exact("TF: traffic class and flow label elided")
child.expect_exact("NH: LOWPAN_NHC")
Expand All @@ -30,8 +30,8 @@ def testfunc(child):
child.expect_exact("~~ SNIP 0 - size: 57 byte, type: NETTYPE_SIXLOWPAN (1)")
child.expect_exact("Fragmentation Header (subsequent)")
child.expect_exact("datagram size: 148")
child.expect_exact("tag: 0x1")
child.expect_exact("offset: 0x12")
child.expect_exact("tag: 0x0001")
child.expect_exact("offset: 12")

# IPv6
child.expect_exact("PKTDUMP: data received:")
Expand Down

0 comments on commit a15a1b6

Please sign in to comment.