a2c9509a4a
Type: improvement Change-Id: Ie3b25a86b99098d2b3a21a11fc73234c8ed589d6 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
32 lines
478 B
ReStructuredText
32 lines
478 B
ReStructuredText
.. _strongswan_test_doc:
|
|
|
|
Strongswan Testing Tool
|
|
=======================
|
|
|
|
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
|