From 1e30a3a49a5eaf2a1e0e4b2d8f4949db9db565e7 Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Sun, 24 Oct 2021 09:37:35 +0200 Subject: tests: py: Move netdev-specific tests to appropriate subdirectory The fwd and dup statements are specific to netdev hooks, so move their tests to the appropriate subdirectory. Signed-off-by: Lukas Wunner Signed-off-by: Pablo Neira Ayuso --- tests/py/any/fwd.t.json.output | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tests/py/any/fwd.t.json.output (limited to 'tests/py/any/fwd.t.json.output') diff --git a/tests/py/any/fwd.t.json.output b/tests/py/any/fwd.t.json.output deleted file mode 100644 index 8433e492..00000000 --- a/tests/py/any/fwd.t.json.output +++ /dev/null @@ -1,27 +0,0 @@ -# fwd to meta mark map { 0x00000001 : "lo", 0x00000002 : "lo"} -[ - { - "fwd": { - "dev": { - "map": { - "key": { - "meta": { "key": "mark" } - }, - "data": { - "set": [ - [ - 1, - "lo" - ], - [ - 2, - "lo" - ] - ] - } - } - } - } - } -] - -- cgit v1.2.3