From 253ac747ad2cfd500ccc396c8f86e11795076822 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 14 Nov 2016 21:44:33 +0100 Subject: tests: py: add some testcases for log flags Remove null and zero flags from tests, to reduce the noise when running tests. Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/icmpv6.t.payload.ip6 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/py/ip6') diff --git a/tests/py/ip6/icmpv6.t.payload.ip6 b/tests/py/ip6/icmpv6.t.payload.ip6 index 822db2d5..a00f392e 100644 --- a/tests/py/ip6/icmpv6.t.payload.ip6 +++ b/tests/py/ip6/icmpv6.t.payload.ip6 @@ -193,7 +193,7 @@ ip6 test-ip6 input [ cmp eq reg 1 0x0000003a ] [ payload load 2b @ transport header + 2 => reg 1 ] [ cmp eq reg 1 0x0000ae08 ] - [ log prefix (null) ] + [ log ] # icmpv6 checksum != 2222 log ip6 test-ip6 input @@ -201,7 +201,7 @@ ip6 test-ip6 input [ cmp eq reg 1 0x0000003a ] [ payload load 2b @ transport header + 2 => reg 1 ] [ cmp neq reg 1 0x0000ae08 ] - [ log prefix (null) ] + [ log ] # icmpv6 checksum 222-226 ip6 test-ip6 input @@ -217,7 +217,7 @@ ip6 test-ip6 input [ cmp eq reg 1 0x0000003a ] [ payload load 2b @ transport header + 2 => reg 1 ] [ cmp neq reg 1 0x0000ae08 ] - [ log prefix (null) ] + [ log ] # icmpv6 checksum { 222, 226} __set%d test-ip6 3 -- cgit v1.2.3