diff options
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 +``` |