netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft 0/9] tests: Move tests from files to shell.
@ 2017-10-11  4:33 Varsha Rao
  2017-10-11  4:37 ` [PATCH nft 1/9] tests: files: Remove jump chain tests Varsha Rao
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Varsha Rao @ 2017-10-11  4:33 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Varsha Rao, netfilter-devel

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-10-17 11:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

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).