vpp/extras/strongswan/README.md
Filip Tehlar d5a3380c65 misc: add ikev2 tests usecases
Type: test
Ticket: VPP-1893

Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2021-03-04 14:57:54 +00:00

24 lines
400 B
Markdown

## 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
```