From 8416ebb62895ecf2a5dbf0f771b31f704d7d2406 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Tue, 26 Nov 2013 17:20:59 +0100 Subject: [PATCH] charon-tkm: Update integration tests --- testing/scripts/recipes/010_tkm.mk | 2 +- .../host2host-initiator/hosts/moon/etc/strongswan.conf | 8 ++++++++ .../host2host-responder/hosts/moon/etc/strongswan.conf | 8 ++++++++ .../host2host-xfrmproxy/hosts/moon/etc/strongswan.conf | 8 ++++++++ .../tkm/multiple-clients/hosts/sun/etc/strongswan.conf | 8 ++++++++ .../tkm/net2net-initiator/hosts/moon/etc/strongswan.conf | 8 ++++++++ .../tkm/net2net-xfrmproxy/hosts/moon/etc/strongswan.conf | 8 ++++++++ 7 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 testing/tests/tkm/host2host-initiator/hosts/moon/etc/strongswan.conf create mode 100644 testing/tests/tkm/host2host-responder/hosts/moon/etc/strongswan.conf create mode 100644 testing/tests/tkm/host2host-xfrmproxy/hosts/moon/etc/strongswan.conf create mode 100644 testing/tests/tkm/multiple-clients/hosts/sun/etc/strongswan.conf create mode 100644 testing/tests/tkm/net2net-initiator/hosts/moon/etc/strongswan.conf create mode 100644 testing/tests/tkm/net2net-xfrmproxy/hosts/moon/etc/strongswan.conf diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index cf24e1e267..960eba79fc 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -2,7 +2,7 @@ PKG = tkm SRC = http://git.codelabs.ch/git/$(PKG).git -REV = v0.1 +REV = v0.1.1 export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat diff --git a/testing/tests/tkm/host2host-initiator/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/host2host-initiator/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/host2host-initiator/hosts/moon/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} diff --git a/testing/tests/tkm/host2host-responder/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/host2host-responder/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/host2host-responder/hosts/moon/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} diff --git a/testing/tests/tkm/host2host-xfrmproxy/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/host2host-xfrmproxy/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/host2host-xfrmproxy/hosts/moon/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} diff --git a/testing/tests/tkm/multiple-clients/hosts/sun/etc/strongswan.conf b/testing/tests/tkm/multiple-clients/hosts/sun/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/multiple-clients/hosts/sun/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} diff --git a/testing/tests/tkm/net2net-initiator/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/net2net-initiator/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/net2net-initiator/hosts/moon/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} diff --git a/testing/tests/tkm/net2net-xfrmproxy/hosts/moon/etc/strongswan.conf b/testing/tests/tkm/net2net-xfrmproxy/hosts/moon/etc/strongswan.conf new file mode 100644 index 0000000000..cc9d6e0724 --- /dev/null +++ b/testing/tests/tkm/net2net-xfrmproxy/hosts/moon/etc/strongswan.conf @@ -0,0 +1,8 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon-tkm { + dh_mapping { + 15 = 1 + 16 = 2 + } +} -- 2.47.2