d5a3380c65
Type: test Ticket: VPP-1893 Change-Id: Ib6ffd00e73f7110bf9e702f4a0fd5c68395d6786 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
24 lines
400 B
Markdown
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
|
|
```
|