Skip to content

Commit 089441e

Browse files
committed
tests: module: updated icmp packet detection on stdout.
1 parent 1c4ebc8 commit 089441e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/module/ICMPv6_delivery.test

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@ snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
4444
**.eth[*].queue.dataQueue.typename = "DropTailQueue" # in routers
4545
**.eth[*].queue.dataQueue.packetCapacity = 10 # in routers
4646

47+
%#--------------------------------------------------------------------------------------------------------------
48+
%contains: stdout
49+
Forwarding ICMPv6 error indication to transport protocol udp
50+
%#--------------------------------------------------------------------------------------------------------------
4751
%contains: stdout
48-
ICMPv6 packet: passing it to higher layer
52+
ICMPv6 error received: type=1 code=0 about packet
53+
%#--------------------------------------------------------------------------------------------------------------
4954
%contains: stdout
5055
Ignoring UDP error report
5156
%#--------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)