netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Varsha Rao <rvarsha016@gmail.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Varsha Rao <rvarsha016@gmail.com>, netfilter-devel@vger.kernel.org
Subject: [PATCH nft 7/9] tests: files: Remove tests for chain.
Date: Wed, 11 Oct 2017 10:26:08 +0530	[thread overview]
Message-ID: <e54decd6d96b05de3fd424a465ec6ee2641dced2.1507696149.git.rvarsha016@gmail.com> (raw)
In-Reply-To: <cover.1507696149.git.rvarsha016@gmail.com>

Test cases for chain are there in tests/shell file. So, remove these
testcases.

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

diff --git a/tests/files/obj-chain b/tests/files/obj-chain
deleted file mode 100644
index 2bce026..0000000
--- a/tests/files/obj-chain
+++ /dev/null
@@ -1,22 +0,0 @@
-#! nft -f
-
-add table filter
-
-# chains: add and delete chain
-add chain filter testchain
-delete chain filter testchain
-
-# chains: add and delete base chain
-add chain filter input { type filter hook input priority 0 ; }
-delete chain filter input
-
-# chains: can not delete chain while referenced
-add chain filter testchain
-add chain filter testchain2
-
-add rule filter testchain handle 1 jump testchain2
-delete chain filter testchain2
-delete rule filter testchain handle 1
-
-delete chain filter testchain2
-delete chain filter testchain
-- 
2.13.6


  parent reply	other threads:[~2017-10-11  4:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11  4:33 [PATCH nft 0/9] tests: Move tests from files to shell Varsha Rao
2017-10-11  4:37 ` [PATCH nft 1/9] tests: files: Remove jump chain tests Varsha Rao
2017-10-11  4:41 ` [PATCH nft 2/9] tests: shell: Add test case for jump chain Varsha Rao
2017-10-11  4:44 ` [PATCH nft 3/9] tests: shell: Add test case for sets Varsha Rao
2017-10-11  4:47 ` [PATCH nft 4/9] tests: files: Remove tests for set Varsha Rao
2017-10-11  4:51 ` [PATCH nft 5/9] tests: shell: Add tests for variable definition Varsha Rao
2017-10-11  4:53 ` [PATCH nft 6/9] tests: files: Remove test cases " Varsha Rao
2017-10-11  4:56 ` Varsha Rao [this message]
2017-10-11  4:59 ` [PATCH nft 8/9] tests: files: Remove tests for table Varsha Rao
2017-10-11  5:01 ` [PATCH nft 9/9] tests: files: Remove tests for verdict maps Varsha Rao
2017-10-11  9:57 ` [PATCH nft 0/9] tests: Move tests from files to shell Pablo Neira Ayuso
2017-10-14 13:04   ` Varsha Rao
2017-10-17 11:08     ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e54decd6d96b05de3fd424a465ec6ee2641dced2.1507696149.git.rvarsha016@gmail.com \
    --to=rvarsha016@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).