From d4fdbaf84456b0a249cdea288139f92d045ac7dd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 11 May 2016 23:01:35 +0200 Subject: tests/py: fix payload of dccp type in set elements This value needs to be lshift one bit to be correct. Signed-off-by: Pablo Neira Ayuso --- tests/py/inet/dccp.t.payload.ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py/inet/dccp.t.payload.ip') diff --git a/tests/py/inet/dccp.t.payload.ip b/tests/py/inet/dccp.t.payload.ip index fbf441a1..3b5def4c 100644 --- a/tests/py/inet/dccp.t.payload.ip +++ b/tests/py/inet/dccp.t.payload.ip @@ -83,7 +83,7 @@ ip test-ip4 input # dccp type {request, response, data, ack, dataack, closereq, close, reset, sync, syncack} set%d test-ip4 3 set%d test-ip4 0 - element 00000000 : 0 [end] element 00000001 : 0 [end] element 00000002 : 0 [end] element 00000003 : 0 [end] element 00000004 : 0 [end] element 00000005 : 0 [end] element 00000006 : 0 [end] element 00000007 : 0 [end] element 00000008 : 0 [end] element 00000009 : 0 [end] + element 00000000 : 0 [end] element 00000002 : 0 [end] element 00000004 : 0 [end] element 00000006 : 0 [end] element 00000008 : 0 [end] element 0000000a : 0 [end] element 0000000c : 0 [end] element 0000000e : 0 [end] element 00000010 : 0 [end] element 00000012 : 0 [end] ip test-ip4 input [ payload load 1b @ network header + 9 => reg 1 ] [ cmp eq reg 1 0x00000021 ] -- cgit v1.2.3