summaryrefslogtreecommitdiffstats
path: root/tests/regression/inet/ah.t
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2015-12-11 11:10:14 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-12-15 21:36:14 +0100
commit6b29a5bebb957387fe1aac8fcbfd431e6be237f0 (patch)
tree7e0be595ee6acfbdd2611045a7d227d5f329a16e /tests/regression/inet/ah.t
parent564b0e7c13f98b9ad054058137b4c0bb61bd46b4 (diff)
tests/: rearrange tests directory
Rearrange the directory to obtain a better organization of files and tests-suites. We end with a tree like this: tests | .--- py .--- shell .--- files This was suggested by Pablo. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/regression/inet/ah.t')
-rw-r--r--tests/regression/inet/ah.t58
1 files changed, 0 insertions, 58 deletions
diff --git a/tests/regression/inet/ah.t b/tests/regression/inet/ah.t
deleted file mode 100644
index 666659d3..00000000
--- a/tests/regression/inet/ah.t
+++ /dev/null
@@ -1,58 +0,0 @@
-*ip;test-ip4
-*ip6;test-ip6
-*inet;test-inet
-:input;type filter hook input priority 0
-
-# nexthdr Bug to list table.
-
-- ah nexthdr esp;ok
-- ah nexthdr ah;ok
-- ah nexthdr comp;ok
-- ah nexthdr udp;ok
-- ah nexthdr udplite;ok
-- ah nexthdr tcp;ok
-- ah nexthdr dccp;ok
-- ah nexthdr sctp;ok
-
-- ah nexthdr { esp, ah, comp, udp, udplite, tcp, dccp, sctp};ok;ah nexthdr { 6, 132, 50, 17, 136, 33, 51, 108}
-- ah nexthdr != { esp, ah, comp, udp, udplite, tcp, dccp, sctp};ok
-
-ah hdrlength 11-23;ok
-ah hdrlength != 11-23;ok
-ah hdrlength { 11-23};ok
-- ah hdrlength != { 11-23};ok
-ah hdrlength {11, 23, 44 };ok
-- ah hdrlength != {11-23 };ok
-
-ah reserved 22;ok
-ah reserved != 233;ok
-ah reserved 33-45;ok
-ah reserved != 33-45;ok
-ah reserved {23, 100};ok
-- ah reserved != {33, 55, 67, 88};ok
-ah reserved { 33-55};ok
-- ah reserved != { 33-55};ok
-
-ah spi 111;ok
-ah spi != 111;ok
-ah spi 111-222;ok
-ah spi != 111-222;ok
-ah spi {111, 122};ok
-- ah spi != {111, 122};ok
-# BUG: invalid expression type set
-# nft: src/evaluate.c:975: expr_evaluate_relational: Assertion '0' failed.
-
-ah spi { 111-122};ok
-- ah spi != { 111-122};ok
-# BUG: invalid expression type set
-# nft: src/evaluate.c:975: expr_evaluate_relational: Assertion '0' failed.
-
-# sequence
-ah sequence 123;ok
-ah sequence != 123;ok
-ah sequence {23, 25, 33};ok
-- ah sequence != {23, 25, 33};ok
-ah sequence { 23-33};ok
-- ah sequence != { 33-44};ok
-ah sequence 23-33;ok
-ah sequence != 23-33;ok