aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/tests/ipv6/host2host-cert/description.txt3
-rw-r--r--testing/tests/ipv6/host2host-cert/evaltest.dat5
-rwxr-xr-xtesting/tests/ipv6/host2host-cert/hosts/moon/etc/ipsec.conf30
-rwxr-xr-xtesting/tests/ipv6/host2host-cert/hosts/sun/etc/ipsec.conf29
-rw-r--r--testing/tests/ipv6/host2host-cert/posttest.dat2
-rw-r--r--testing/tests/ipv6/host2host-cert/pretest.dat4
-rw-r--r--testing/tests/ipv6/host2host-cert/test.conf21
7 files changed, 0 insertions, 94 deletions
diff --git a/testing/tests/ipv6/host2host-cert/description.txt b/testing/tests/ipv6/host2host-cert/description.txt
deleted file mode 100644
index c59b32acb..000000000
--- a/testing/tests/ipv6/host2host-cert/description.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-An IPv6 ESP connection between the hosts <b>moon</b> and <b>sun</b> is successfully set up.
-The authentication is based on X.509 certificates. In order to test the host-to-host tunnel
-<b>moon</b> sends an IPv6 ICMP request to <b>sun</b> using the ping6 command.
diff --git a/testing/tests/ipv6/host2host-cert/evaltest.dat b/testing/tests/ipv6/host2host-cert/evaltest.dat
deleted file mode 100644
index 62fc85953..000000000
--- a/testing/tests/ipv6/host2host-cert/evaltest.dat
+++ /dev/null
@@ -1,5 +0,0 @@
-moon::ipsec status::host-host.*STATE_QUICK_I2.*IPsec SA established::YES
-sun::ipsec status::host-host.*STATE_QUICK_R2.*IPsec SA established::YES
-moon::ping6 -c 1 -p deadbeef ip6-sun.strongswan.org::64 bytes from ip6-sun.strongswan.org: icmp_seq=1::YES
-sun::tcpdump::IP6 ip6-moon.strongswan.org > ip6-sun.strongswan.org: ESP::YES
-sun::tcpdump::IP6 ip6-sun.strongswan.org > ip6-moon.strongswan.org: ESP::YES
diff --git a/testing/tests/ipv6/host2host-cert/hosts/moon/etc/ipsec.conf b/testing/tests/ipv6/host2host-cert/hosts/moon/etc/ipsec.conf
deleted file mode 100755
index 9499140c5..000000000
--- a/testing/tests/ipv6/host2host-cert/hosts/moon/etc/ipsec.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-# /etc/ipsec.conf - strongSwan IPsec configuration file
-
-config setup
- plutodebug=control
- crlcheckinterval=180
- strictcrlpolicy=no
- charonstart=no
-
-conn %default
- ikelifetime=60m
- keylife=20m
- rekeymargin=3m
- keyingtries=1
-
-conn net-net
- also=host-host
- leftsubnet=fec1::0/16
- rightsubnet=fec2::0/16
-
-conn host-host
- left=PH_IP6_MOON
- leftnexthop=0::0
- leftcert=moonCert.pem
- leftid=@moon.strongswan.org
- leftfirewall=yes
- right=PH_IP6_SUN
- rightnexthop=0::0
- rightid=@sun.strongswan.org
- auto=add
-
diff --git a/testing/tests/ipv6/host2host-cert/hosts/sun/etc/ipsec.conf b/testing/tests/ipv6/host2host-cert/hosts/sun/etc/ipsec.conf
deleted file mode 100755
index c64904a6e..000000000
--- a/testing/tests/ipv6/host2host-cert/hosts/sun/etc/ipsec.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# /etc/ipsec.conf - strongSwan IPsec configuration file
-
-config setup
- plutodebug=control
- crlcheckinterval=180
- strictcrlpolicy=no
- charonstart=no
-
-conn %default
- ikelifetime=60m
- keylife=20m
- rekeymargin=3m
- keyingtries=1
-
-conn net-net
- also=host-host
- leftsubnet=fec2::0/16
- rightsubnet=fec1::0/16
-
-conn host-host
- left=PH_IP6_SUN
- leftnexthop=0::0
- leftcert=sunCert.pem
- leftid=@sun.strongswan.org
- leftfirewall=yes
- right=PH_IP6_MOON
- rightnexthop=0::0
- rightid=@moon.strongswan.org
- auto=add
diff --git a/testing/tests/ipv6/host2host-cert/posttest.dat b/testing/tests/ipv6/host2host-cert/posttest.dat
deleted file mode 100644
index dff181797..000000000
--- a/testing/tests/ipv6/host2host-cert/posttest.dat
+++ /dev/null
@@ -1,2 +0,0 @@
-moon::ipsec stop
-sun::ipsec stop
diff --git a/testing/tests/ipv6/host2host-cert/pretest.dat b/testing/tests/ipv6/host2host-cert/pretest.dat
deleted file mode 100644
index 4707af077..000000000
--- a/testing/tests/ipv6/host2host-cert/pretest.dat
+++ /dev/null
@@ -1,4 +0,0 @@
-moon::ipsec start
-sun::ipsec start
-moon::sleep 2
-moon::ipsec up host-host
diff --git a/testing/tests/ipv6/host2host-cert/test.conf b/testing/tests/ipv6/host2host-cert/test.conf
deleted file mode 100644
index cf2e704fd..000000000
--- a/testing/tests/ipv6/host2host-cert/test.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-#
-# This configuration file provides information on the
-# UML instances used for this test
-
-# All UML instances that are required for this test
-#
-UMLHOSTS="moon winnetou sun"
-
-# Corresponding block diagram
-#
-DIAGRAM="m-w-s.png"
-
-# UML instances on which tcpdump is to be started
-#
-TCPDUMPHOSTS="sun"
-
-# UML instances on which IPsec is started
-# Used for IPsec logging purposes
-#
-IPSECHOSTS="moon sun"