vpp/extras/strongswan
Gabriel Oginski 8de66c090e vpp-swan: removed adding the same rule in SPD
The current implementation of vpp-swan plugin adds the same policy rule
in SPD twice, and it is not necessary to have two the same rules in
inbound-protect database.

This patch fixes an issue that prevents the addition of a second
identical policy rule in SPD.

Type: fix
Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com>
Change-Id: Ieef74288e5301455658e4e101433147d6d2482e9
2023-02-14 01:20:34 +00:00
..

.. _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