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 | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 tests/py/any/fwd.t.json (limited to 'tests/py/any/fwd.t.json') diff --git a/tests/py/any/fwd.t.json b/tests/py/any/fwd.t.json deleted file mode 100644 index 583606c0..00000000 --- a/tests/py/any/fwd.t.json +++ /dev/null @@ -1,47 +0,0 @@ -# fwd to "lo" -[ - { - "fwd": { - "dev": "lo" - } - } -] - -# fwd to meta mark map { 0x00000001 : "lo", 0x00000002 : "lo"} -[ - { - "fwd": { - "dev": { - "map": { - "key": { - "meta": { "key": "mark" } - }, - "data": { - "set": [ - [ - "0x00000001", - "lo" - ], - [ - "0x00000002", - "lo" - ] - ] - } - } - } - } - } -] - -# fwd ip to 192.168.2.200 device "lo" -[ - { - "fwd": { - "addr": "192.168.2.200", - "dev": "lo", - "family": "ip" - } - } -] - -- cgit v1.2.3