diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2021-02-20 02:26:17 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-03-04 14:57:54 +0000 |
commit | d5a3380c65a8ab9e317b8b51a92d50b70e2a9481 (patch) | |
tree | b300ea5fddc7aa59af5d97d50bdd9d6f65a925da /extras/strongswan/README.md | |
parent | 619fc7e3e82b62acf28078853860c9f9803a9dc4 (diff) |
misc: add ikev2 tests usecases
Type: test
Ticket: VPP-1893
Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/strongswan/README.md')
-rw-r--r-- | extras/strongswan/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 +``` |