From d5a3380c65a8ab9e317b8b51a92d50b70e2a9481 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Sat, 20 Feb 2021 02:26:17 +0000 Subject: misc: add ikev2 tests usecases Type: test Ticket: VPP-1893 Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786 Signed-off-by: Filip Tehlar --- extras/strongswan/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extras/strongswan/README.md (limited to 'extras/strongswan/README.md') diff --git a/extras/strongswan/README.md b/extras/strongswan/README.md new file mode 100644 index 00000000000..58cbcd96893 --- /dev/null +++ b/extras/strongswan/README.md @@ -0,0 +1,23 @@ +## vpp-sswan-test + +Simple test framework for VPP and strongSwan scenarios. + +## setup and run + +`docker` is needed to run the tests. + +Create `~/.vpp_sswan` file and set `VPP_BIN` and `VPPCTL` variables that points to vpp and vppctl binaries, like follows: +``` +export VPP_BIN=/path/to/vpp +export VPPCTL=/path/to/vppctl +``` + +To run all test +``` +./run.sh +``` + +or specific test +``` +./test_responder.sh +``` -- cgit 1.2.3-korg