From e1c877c92c75ebb59750218ab34be09945e83c43 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 18 Jun 2019 20:13:58 +0200 Subject: tests: add missing json arp operation output Signed-off-by: Florian Westphal --- tests/py/arp/arp.t.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tests/py/arp/arp.t.json b/tests/py/arp/arp.t.json index 0ea62645..5f2f6cd8 100644 --- a/tests/py/arp/arp.t.json +++ b/tests/py/arp/arp.t.json @@ -560,6 +560,27 @@ } ] +# arp operation 1-2 +[ + { + "match": { + "left": { + "payload": { + "field": "operation", + "protocol": "arp" + } + }, + "op": "==", + "right": { + "range": [ + "request", + "reply" + ] + } + } + } +] + # arp operation request [ { -- cgit v1.2.3