]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: py: Move netdev-specific tests to appropriate subdirectory
authorLukas Wunner <lukas@wunner.de>
Sun, 24 Oct 2021 07:37:35 +0000 (09:37 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 28 Oct 2021 00:01:20 +0000 (02:01 +0200)
commit1e30a3a49a5eaf2a1e0e4b2d8f4949db9db565e7
tree6018b85290f3d00d026df8970ad9976a001f6bdf
parentc03d5e2bda285db8358407de3581b4ea933bd3dc
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 <lukas@wunner.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/netdev/dup.t [moved from tests/py/any/dup.t with 100% similarity]
tests/py/netdev/dup.t.json [moved from tests/py/any/dup.t.json with 100% similarity]
tests/py/netdev/dup.t.payload [moved from tests/py/any/dup.t.payload with 100% similarity]
tests/py/netdev/fwd.t [moved from tests/py/any/fwd.t with 100% similarity]
tests/py/netdev/fwd.t.json [moved from tests/py/any/fwd.t.json with 100% similarity]
tests/py/netdev/fwd.t.json.output [moved from tests/py/any/fwd.t.json.output with 100% similarity]
tests/py/netdev/fwd.t.payload [moved from tests/py/any/fwd.t.payload with 100% similarity]