misc: add ikev2 tests usecases 22/31422/3
authorFilip Tehlar <ftehlar@cisco.com>
Sat, 20 Feb 2021 02:26:17 +0000 (02:26 +0000)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 4 Mar 2021 14:57:54 +0000 (14:57 +0000)
commitd5a3380c65a8ab9e317b8b51a92d50b70e2a9481
treeb300ea5fddc7aa59af5d97d50bdd9d6f65a925da
parent619fc7e3e82b62acf28078853860c9f9803a9dc4
misc: add ikev2 tests usecases

Type: test
Ticket: VPP-1893

Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
26 files changed:
extras/strongswan/README.md [new file with mode: 0644]
extras/strongswan/configs/initiator/ipsec.conf [new file with mode: 0644]
extras/strongswan/configs/initiator/ipsec.secrets [new file with mode: 0644]
extras/strongswan/configs/initiator/vpp.conf [new file with mode: 0644]
extras/strongswan/configs/responder/ipsec.conf [new file with mode: 0644]
extras/strongswan/configs/responder/ipsec.secrets [new file with mode: 0644]
extras/strongswan/configs/responder/vpp.conf [new file with mode: 0644]
extras/strongswan/configs/responder_keepalive/ipsec.conf [new file with mode: 0644]
extras/strongswan/configs/responder_keepalive/ipsec.secrets [new file with mode: 0644]
extras/strongswan/configs/responder_keepalive/vpp.conf [new file with mode: 0644]
extras/strongswan/configs/responder_nat/ipsec.conf [new file with mode: 0644]
extras/strongswan/configs/responder_nat/ipsec.secrets [new file with mode: 0644]
extras/strongswan/configs/responder_nat/vpp.conf [new file with mode: 0644]
extras/strongswan/configs/responder_vrf/ipsec.secrets [new file with mode: 0644]
extras/strongswan/configs/responder_vrf/ipsec1.conf [new file with mode: 0644]
extras/strongswan/configs/responder_vrf/ipsec2.conf [new file with mode: 0644]
extras/strongswan/configs/responder_vrf/vpp.conf [new file with mode: 0644]
extras/strongswan/configs/strongswan.conf [new file with mode: 0644]
extras/strongswan/run.sh [new file with mode: 0755]
extras/strongswan/test_initiator.sh [new file with mode: 0755]
extras/strongswan/test_responder.sh [new file with mode: 0755]
extras/strongswan/test_responder_keepalive.sh [new file with mode: 0755]
extras/strongswan/test_responder_nat.sh [new file with mode: 0755]
extras/strongswan/test_responder_vrf.sh [new file with mode: 0755]
extras/strongswan/topos/2_init.sh [new file with mode: 0644]
extras/strongswan/topos/basic.sh [new file with mode: 0644]