These tests are not required as new test cases are added in tests/shell
file.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
+++ /dev/null
-#! nft -f
-
-# Create table and empty chains for rename test
-add table filter
-
-add chain filter chain1
-add chain filter chain2
+++ /dev/null
-#! nft -f
-
-# must fail: already exists
-rename chain filter chain1 chain2
+++ /dev/null
-#! nft -f
-
-# must succeed
-rename chain filter chain1 chain3
-delete chain filter chain3