diff mbox series

[nft,8/9] tests: files: Remove tests for table.

Message ID 4ca609955395f301bc0462fae05954a8f592dcce.1507696149.git.rvarsha016@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series tests: Move tests from files to shell. | expand

Commit Message

Varsha Rao Oct. 11, 2017, 4:59 a.m. UTC
This patch removes test case for table. As test case for it is present
in tests/shell file.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 tests/files/obj-table | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 tests/files/obj-table
diff mbox series

Patch

diff --git a/tests/files/obj-table b/tests/files/obj-table
deleted file mode 100644
index 8b264cf..0000000
--- a/tests/files/obj-table
+++ /dev/null
@@ -1,9 +0,0 @@ 
-#! nft -f
-
-# table: add and delete table
-add table filter
-table delete filter
-
-# table: deleting table with chain must fail
-add chain filter output
-table delete filter