From: Lukas Wunner Date: Sun, 24 Oct 2021 07:37:35 +0000 (+0200) Subject: tests: py: Move netdev-specific tests to appropriate subdirectory X-Git-Tag: v1.0.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e30a3a49a5eaf2a1e0e4b2d8f4949db9db565e7;p=thirdparty%2Fnftables.git 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 --- diff --git a/tests/py/any/dup.t b/tests/py/netdev/dup.t similarity index 100% rename from tests/py/any/dup.t rename to tests/py/netdev/dup.t diff --git a/tests/py/any/dup.t.json b/tests/py/netdev/dup.t.json similarity index 100% rename from tests/py/any/dup.t.json rename to tests/py/netdev/dup.t.json diff --git a/tests/py/any/dup.t.payload b/tests/py/netdev/dup.t.payload similarity index 100% rename from tests/py/any/dup.t.payload rename to tests/py/netdev/dup.t.payload diff --git a/tests/py/any/fwd.t b/tests/py/netdev/fwd.t similarity index 100% rename from tests/py/any/fwd.t rename to tests/py/netdev/fwd.t diff --git a/tests/py/any/fwd.t.json b/tests/py/netdev/fwd.t.json similarity index 100% rename from tests/py/any/fwd.t.json rename to tests/py/netdev/fwd.t.json diff --git a/tests/py/any/fwd.t.json.output b/tests/py/netdev/fwd.t.json.output similarity index 100% rename from tests/py/any/fwd.t.json.output rename to tests/py/netdev/fwd.t.json.output diff --git a/tests/py/any/fwd.t.payload b/tests/py/netdev/fwd.t.payload similarity index 100% rename from tests/py/any/fwd.t.payload rename to tests/py/netdev/fwd.t.payload