libmemif: docs md->rst
[vpp.git] / extras / strongswan / README.md
1 # VPP Swanstrong Testing Recipe {#strongswan_test_doc}
2
3 Simple test framework for VPP and strongSwan scenarios.
4
5 ## setup and run
6
7 `docker` is needed to run the tests.
8
9 Create `~/.vpp_sswan` file and set `VPP_BIN` and `VPPCTL` variables that points to vpp and vppctl binaries, like follows:
10 ```
11 export VPP_BIN=/path/to/vpp
12 export VPPCTL=/path/to/vppctl
13 ```
14
15 To run all test
16 ```
17 ./run.sh
18 ```
19
20 or specific test
21 ```
22 ./test_responder.sh
23 ```