From 3883104bc3892dcc0a094804b3add83e0a08d68d Mon Sep 17 00:00:00 2001 From: Anatole Denis Date: Thu, 24 Nov 2016 15:16:21 +0100 Subject: tests/py: Unmask negative set lookup Many testcases were masked because of bug #888. This series of patches unmasks them Signed-off-by: Anatole Denis Signed-off-by: Pablo Neira Ayuso --- tests/py/arp/arp.t | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/py/arp/arp.t') diff --git a/tests/py/arp/arp.t b/tests/py/arp/arp.t index 70f9a9cb..94ab4a50 100644 --- a/tests/py/arp/arp.t +++ b/tests/py/arp/arp.t @@ -12,9 +12,9 @@ arp htype != 233;ok arp htype 33-45;ok arp htype != 33-45;ok arp htype { 33, 55, 67, 88};ok -- arp htype != { 33, 55, 67, 88};ok +arp htype != { 33, 55, 67, 88};ok arp htype { 33-55};ok -- arp htype != { 33-55};ok +arp htype != { 33-55};ok arp ptype 0x0800;ok;arp ptype ip @@ -23,21 +23,21 @@ arp hlen != 233;ok arp hlen 33-45;ok arp hlen != 33-45;ok arp hlen { 33, 55, 67, 88};ok -- arp hlen != { 33, 55, 67, 88};ok +arp hlen != { 33, 55, 67, 88};ok arp hlen { 33-55};ok -- arp hlen != { 33-55};ok +arp hlen != { 33-55};ok arp plen 22;ok arp plen != 233;ok arp plen 33-45;ok arp plen != 33-45;ok arp plen { 33, 55, 67, 88};ok -- arp plen != { 33, 55, 67, 88};ok +arp plen != { 33, 55, 67, 88};ok arp plen { 33-55};ok -- arp plen != {33-55};ok +arp plen != {33-55};ok arp operation {nak, inreply, inrequest, rreply, rrequest, reply, request};ok -- arp operation != {nak, inreply, inrequest, rreply, rrequest, reply, request};ok +arp operation != {nak, inreply, inrequest, rreply, rrequest, reply, request};ok arp operation request;ok arp operation reply;ok arp operation rrequest;ok -- cgit v1.2.3