From eb14363d44cea5f9fe283825a89894575136adf1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 9 Aug 2019 11:16:00 +0200 Subject: tests: shell: move chain priority and policy to chain folder Move new chain tests for variable priority and policy to chain folder. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/nft-f/0023priority_variable_1 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 tests/shell/testcases/nft-f/0023priority_variable_1 (limited to 'tests/shell/testcases/nft-f/0023priority_variable_1') diff --git a/tests/shell/testcases/nft-f/0023priority_variable_1 b/tests/shell/testcases/nft-f/0023priority_variable_1 deleted file mode 100755 index eddaf5b9..00000000 --- a/tests/shell/testcases/nft-f/0023priority_variable_1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# Tests use of variables in priority specification - -set -e - -RULESET=" -define pri = * - -table inet global { - chain prerouting { - type filter hook prerouting priority \$pri - policy accept - } -}" - -$NFT -f - <<< "$RULESET" && exit 1 -exit 0 -- cgit v1.2.3