0e1fe7ba86
This patch addresses the issue when the list of available interfaces is not up to date. Due to this issue adding a new route fails and finally the connection is not established. Type: fix Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com> Change-Id: I3a63c0dd99ebc28ea149b4b23867440937682761
.. _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