]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
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)
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]

similarity index 100%
rename from tests/py/any/dup.t
rename to tests/py/netdev/dup.t
similarity index 100%
rename from tests/py/any/fwd.t
rename to tests/py/netdev/fwd.t