diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-26 17:43:49 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-26 17:44:51 +0200 |
commit | 0e1ce4f491e2134d6207f55c4a5f52e157a54707 (patch) | |
tree | 8acfb557824eeb93f645622edd1d5be06501a533 /tests/conntrack/testsuite/04zone | |
parent | 1975dc432a57a78880e28aadceb3d7bcf923fe8b (diff) | |
download | conntrack-tools-0e1ce4f491e2134d6207f55c4a5f52e157a54707.tar.gz conntrack-tools-0e1ce4f491e2134d6207f55c4a5f52e157a54707.zip |
move qa directory to tests/conntrack/
All automated testing for the conntrack-tools will now reside under
the test directory.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/conntrack/testsuite/04zone')
-rw-r--r-- | tests/conntrack/testsuite/04zone | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/conntrack/testsuite/04zone b/tests/conntrack/testsuite/04zone new file mode 100644 index 0000000..4ff3d34 --- /dev/null +++ b/tests/conntrack/testsuite/04zone @@ -0,0 +1,8 @@ +# create dummy +-I -s 1.1.1.1 -d 2.2.2.2 -p tcp --sport 10 --dport 20 --state LISTEN -u SEEN_REPLY -t 50 --zone 1; OK +# display dummy +-L --zone 1; OK +# display dummy +-L --zone 0; OK +# delete dummy +-D --zone 1; OK |