]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: Add a simple test suite for --echo option
authorPhil Sutter <phil@nwl.cc>
Wed, 9 Aug 2017 11:16:43 +0000 (13:16 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Aug 2017 09:32:20 +0000 (11:32 +0200)
commitba801025d639248e13ca662ed5068beaa80271c2
treeafc60680974f89e79e2ca8435f3cbd3e7f049a0e
parentb99c4d072d9969f7a0dfc539b2b68b517f90af68
tests: Add a simple test suite for --echo option

The fancy thing about this is that it uses the actual echo output to
undo the changes to the rule set.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/echo/run-tests.sh [new file with mode: 0755]
tests/echo/testcases/simple.t [new file with mode: 0644]