blob: 2ba6f6e430f02527f4567846954fa94a121b62f2 [file] [log] [blame]
Nathan Skrzypczaka2c95092021-10-08 14:05:58 +02001.. _strongswan_test_doc:
2
3Strongswan Testing Tool
4=======================
5
6Simple test framework for VPP and strongSwan scenarios.
7
8setup and run
9-------------
10
11``docker`` is needed to run the tests.
12
13Create ``~/.vpp_sswan`` file and set ``VPP_BIN`` and ``VPPCTL``
14variables that points to vpp and vppctl binaries, like follows:
15
16::
17
18 export VPP_BIN=/path/to/vpp
19 export VPPCTL=/path/to/vppctl
20
21To run all test
22
23::
24
25 ./run.sh
26
27or specific test
28
29::
30
31 ./test_responder.sh