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 0/9] tests: Move tests from files to shell.
Date: Wed, 11 Oct 2017 10:03:56 +0530 [thread overview]
Message-ID: <cover.1507696149.git.rvarsha016@gmail.com> (raw)
Test files of tests/files/ are moved to tests/shell.
Varsha Rao (9):
tests: files: Remove jump chain tests.
tests: shell: Add test case for jump chain.
tests: shell: Add test case for sets.
tests: files: Remove tests for set.
tests: shell: Add tests for variable definition.
tests: files: Remove test cases for variable definition.
tests: files: Remove tests for chain.
tests: files: Remove tests for table.
tests: files: Remove tests for verdict maps.
tests/files/loop-detect.1 | 8 -------
tests/files/loop-detect.2 | 7 ------
tests/files/loop-detect.3 | 7 ------
tests/files/loop-detect.4 | 7 ------
tests/files/obj-chain | 22 -------------------
tests/files/obj-table | 9 --------
tests/files/set | 14 ------------
tests/files/symbolic-define.1 | 7 ------
tests/files/symbolic-define.2 | 7 ------
tests/files/symbolic-define.3 | 6 ------
tests/files/verdict-maps | 20 -----------------
tests/shell/testcases/chains/0015check_jump_loop_1 | 11 ++++++++++
tests/shell/testcases/nft-f/0013defines_1 | 25 ++++++++++++++++++++++
tests/shell/testcases/nft-f/0014defines_1 | 25 ++++++++++++++++++++++
tests/shell/testcases/nft-f/0015defines_1 | 24 +++++++++++++++++++++
tests/shell/testcases/sets/0025anonymous_set_0 | 17 +++++++++++++++
16 files changed, 102 insertions(+), 114 deletions(-)
delete mode 100644 tests/files/loop-detect.1
delete mode 100644 tests/files/loop-detect.2
delete mode 100644 tests/files/loop-detect.3
delete mode 100644 tests/files/loop-detect.4
delete mode 100644 tests/files/obj-chain
delete mode 100644 tests/files/obj-table
delete mode 100644 tests/files/set
delete mode 100644 tests/files/symbolic-define.1
delete mode 100644 tests/files/symbolic-define.2
delete mode 100644 tests/files/symbolic-define.3
delete mode 100644 tests/files/verdict-maps
create mode 100755 tests/shell/testcases/chains/0015check_jump_loop_1
create mode 100755 tests/shell/testcases/nft-f/0013defines_1
create mode 100755 tests/shell/testcases/nft-f/0014defines_1
create mode 100755 tests/shell/testcases/nft-f/0015defines_1
create mode 100755 tests/shell/testcases/sets/0025anonymous_set_0
--
2.13.6
next reply other threads:[~2017-10-11 4:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-11 4:33 Varsha Rao [this message]
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 ` [PATCH nft 7/9] tests: files: Remove tests for chain Varsha Rao
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=cover.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).