From: Martin Willi Date: Tue, 2 Nov 2010 13:58:08 +0000 (+0100) Subject: Added test configs for 1.3.1/1.3.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72e2755b2750e2cdf833fff2b4c125aab5ac6ea5;p=thirdparty%2Fstrongswan.git Added test configs for 1.3.1/1.3.2 --- diff --git a/src/conftest/suiteb/1.3.1/test.conf b/src/conftest/suiteb/1.3.1/test.conf new file mode 100644 index 0000000000..3dd4bdb779 --- /dev/null +++ b/src/conftest/suiteb/1.3.1/test.conf @@ -0,0 +1,29 @@ + +hooks { + unsort_message { + request = yes + id = 1 + order = N TSr TSi SA AUTH IDr CERTREQ CERT IDi + } +} + +configs { + test { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls.strongswan.org + rid = dut.strongswan.org + child { + lts = 10.20.20.1/24 + rts = 10.10.10.1/24 + } + } +} + +actions { + initiate { + config = child + delay = 0 + } +} diff --git a/src/conftest/suiteb/1.3.2/test.conf b/src/conftest/suiteb/1.3.2/test.conf new file mode 100644 index 0000000000..d6d8ca24b9 --- /dev/null +++ b/src/conftest/suiteb/1.3.2/test.conf @@ -0,0 +1,33 @@ + +hooks { + unsort_message { + request = yes + id = 2 + order = TSr TSi No SA N + } +} + +configs { + test { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls.strongswan.org + rid = dut.strongswan.org + child { + lts = 10.20.20.1/24 + rts = 10.10.10.1/24 + } + } +} + +actions { + initiate { + config = child + delay = 0 + } + rekey_child { + config = child + delay = 1 + } +}