1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

tests: gnrc_sixlowpan: fix expect for #9585

PR #9585 changed the output for the dump slightly, so now this test
is failing. This fixes that and should also fix some issues from the
2017.07 release tests.
This commit is contained in:
Martine Lenders 2018-07-30 18:03:11 +02:00
parent 5284849621
commit c289cccb42

View File

@ -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")
@ -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:")