summaryrefslogtreecommitdiffstats
path: root/tests/regression/ip6/mh.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/ip6/mh.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/ip6/mh.t')
-rw-r--r--tests/regression/ip6/mh.t49
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/regression/ip6/mh.t b/tests/regression/ip6/mh.t
deleted file mode 100644
index cd652b39..00000000
--- a/tests/regression/ip6/mh.t
+++ /dev/null
@@ -1,49 +0,0 @@
-*ip6;test-ip6
-*inet;test-inet
-:input;type filter hook input priority 0
-
-mh nexthdr 1;ok
-mh nexthdr != 1;ok
-mh nexthdr { udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp };ok;mh nexthdr { 58, 17, 108, 6, 51, 136, 50, 132, 33}
-- mh nexthdr != {udplite, ipcomp, udp, ah, sctp, esp, dccp, tcp, ipv6-icmp};ok
-mh nexthdr icmp;ok;mh nexthdr 1
-mh nexthdr != icmp;ok;mh nexthdr != 1
-mh nexthdr 22;ok
-mh nexthdr != 233;ok
-mh nexthdr 33-45;ok
-mh nexthdr != 33-45;ok
-mh nexthdr { 33, 55, 67, 88 };ok
-- mh nexthdr != { 33, 55, 67, 88 };ok
-mh nexthdr { 33-55 };ok
-- mh nexthdr != { 33-55 };ok
-
-mh hdrlength 22;ok
-mh hdrlength != 233;ok
-mh hdrlength 33-45;ok
-mh hdrlength != 33-45;ok
-mh hdrlength { 33, 55, 67, 88 };ok
-- mh hdrlength != { 33, 55, 67, 88 };ok
-mh hdrlength { 33-55 };ok
-- mh hdrlength != { 33-55 };ok
-
-mh type {binding-refresh-request, home-test-init, careof-test-init, home-test, careof-test, binding-update, binding-acknowledgement, binding-error, fast-binding-update, fast-binding-acknowledgement, fast-binding-advertisement, experimental-mobility-header, home-agent-switch-message};ok
-mh type home-agent-switch-message;ok
-mh type != home-agent-switch-message;ok
-
-mh reserved 22;ok
-mh reserved != 233;ok
-mh reserved 33-45;ok
-mh reserved != 33-45;ok
-mh reserved { 33, 55, 67, 88};ok
-- mh reserved != {33, 55, 67, 88};ok
-mh reserved { 33-55};ok
-- mh reserved != { 33-55};ok
-
-mh checksum 22;ok
-mh checksum != 233;ok
-mh checksum 33-45;ok
-mh checksum != 33-45;ok
-mh checksum { 33, 55, 67, 88};ok
-- mh checksum != { 33, 55, 67, 88};ok
-mh checksum { 33-55};ok
-- mh checksum != { 33-55};ok