aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-02-12 09:18:42 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-02-12 09:18:42 +0000
commit698b3f99e4ae04e611ae4c397d1c424f4e511f28 (patch)
tree51d3cf112132b2d462e6245801a311641df50f2f /testing/tests
parent48f9a22b57bd272fa8e01635e6ee720322dcd5c8 (diff)
downloadstrongswan-698b3f99e4ae04e611ae4c397d1c424f4e511f28.tar.bz2
strongswan-698b3f99e4ae04e611ae4c397d1c424f4e511f28.tar.xz
use internal host venus as dns2
Diffstat (limited to 'testing/tests')
-rw-r--r--testing/tests/ikev2/config-payload/evaltest.dat2
-rw-r--r--testing/tests/ikev2/config-payload/hosts/moon/etc/strongswan.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev2/config-payload/evaltest.dat b/testing/tests/ikev2/config-payload/evaltest.dat
index b8524d3c5..40624e3ef 100644
--- a/testing/tests/ikev2/config-payload/evaltest.dat
+++ b/testing/tests/ikev2/config-payload/evaltest.dat
@@ -2,7 +2,7 @@ carol::cat /var/log/daemon.log::installing new virtual IP PH_IP_CAROL1::YES
carol::ip addr list dev eth0::PH_IP_CAROL1::YES
carol::ip route list table 220::10.1.0.0/16.*src PH_IP_CAROL1::YES
carol::cat /etc/resolv.conf::nameserver PH_IP_WINNETOU::YES
-carol::cat /etc/resolv.conf::nameserver PH_IP_BOB::YES
+carol::cat /etc/resolv.conf::nameserver PH_IP_VENUS::YES
carol::ipsec status::home.*INSTALLED::YES
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
dave::cat /var/log/daemon.log::installing new virtual IP PH_IP_DAVE1::YES
diff --git a/testing/tests/ikev2/config-payload/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/config-payload/hosts/moon/etc/strongswan.conf
index 0709b3aa3..9068f9dcf 100644
--- a/testing/tests/ikev2/config-payload/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/ikev2/config-payload/hosts/moon/etc/strongswan.conf
@@ -3,5 +3,5 @@
charon {
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink updown
dns1 = PH_IP_WINNETOU
- dns2 = PH_IP_BOB
+ dns2 = PH_IP_VENUS
}