blob: 48d02244370b5cc3c4e03137929b3c0b693518df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# VPP Swanstrong Testing Recipe {#strongswan_test_doc}
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
```
|