strongswan/testing
Tobias Brunner 6638191cd7 testing: Increase memory of alice by 20 MiB
It's ever so close with strongTNC, sometimes the OOM killer got triggered
and the tests failed, or even worse, the whole guest system got stuck.
This might just be enough for now.
2020-09-04 15:48:12 +02:00
..
config testing: Increase memory of alice by 20 MiB 2020-09-04 15:48:12 +02:00
hosts testing: Remove deprecated UsePrivilegeSeparation option from sshd_config 2020-09-03 13:34:19 +02:00
images Remove executable flag from source files. 2012-05-18 10:04:08 +02:00
scripts testing: Fix dependency issue with strongTNC 2020-09-04 14:56:58 +02:00
tests testing: Fix route-based/net2net-xfrmi-ike scenario 2020-09-03 15:46:46 +02:00
.gitignore testing: Ignore tests/local directory 2016-06-29 10:36:10 +02:00
Makefile.am testing: Exclude files that are ignored in Git from the distribution 2019-05-08 14:56:48 +02:00
README Updated documentation for the integration tests 2013-01-17 16:56:02 +01:00
do-tests testing: Skip tests with missing files, don't abort the test run 2020-06-23 16:24:18 +02:00
make-testing Switch to 'mapped' access mode for hostfs 2013-01-17 16:55:04 +01:00
ssh Define SSHCONF from strongswan testing directory, not TESTDIR 2013-03-26 10:31:29 +01:00
ssh_config Version bump to 5.7.1 2018-10-01 17:46:17 +02:00
start-testing Version bump to 5.5.1 2016-10-20 12:57:00 +02:00
stop-testing testing: Create a symlink to the testresults under a known path when starting the environment 2016-08-29 18:11:42 +02:00
testing.conf testing: Use Debian buster as base image 2020-09-03 15:24:37 +02:00

README

                 ------------------------------
                  strongSwan Integration Tests
                 ------------------------------


Contents
--------

   1. Building the testing environment
   2. Starting up the testing environment
   3. Running the automated tests
   4. Manual testing


1. Building the testing environment
   --------------------------------

The testing environment can be built with the "make-testing" script after
adjusting the variables in the testing.conf file.  By default everything is
built when executing the script.  Setting any of the ENABLE_BUILD_* variables
in the configuration file to "no" will not build those parts.


2. Starting up the testing environment
   -----------------------------------

When the strongSwan testing environment has been put into place by running
the "make-testing" script you are ready to start up the KVM instances by
executing the "start-testing" script.


3. Running the automated tests
   ---------------------------

The script

    ./do-tests <testnames>

runs the automated tests.  If the <testnames> argument is omitted all tests
are executed, otherwise only the tests listed will be run as shown in the
example below:

    ./do-tests ikev2/net2net-psk ikev2/net2net-cert

Each test is divided into the following phases:

    * Load the test-specific guest configuration if any is provided.

    * Next the "pretest.dat" script found in each test directory is executed.
      Among other commands, strongSwan is started on the IPsec hosts.

    * The "evaltest.dat" script evaluates if the test has been successful.

    * The "posttest.dat" script terminates the test e.g. by stopping
      strongSwan on the IPsec hosts.  It is also responsible to cleaning up
      things (e.g. firewall rules) set up in "pretest.dat".

    * Restore the default configuration on every host (new files have to be
      deleted manually in "posttest.dat").

The test results and configuration files for all tests are stored in a
folder labeled with the current date and time in the $TESTRESULTSDIR directory.

The same results are also automatically transferred to the Apache server
running on guest "winnetou" and can be accessed via the URL

    http://192.168.0.150/testresults/


4. Manual testing
   --------------

Instead of running tests automatically with "do-tests" it is possible to
preload a test scenario with the script:

    scripts/load-testconfig <testname>

Individual configuration files can be changed and any command can be executed by
logging into a guest host directly (via SSH or a console window).  No password
is required to login as root.  The sources for every software built during
"make-testing" are mounted at /root/shared/, which allows you to change and
recompile these components.

After you have finished testing, the default configuration can be restored
with the following command (newly created files have to be deleted manually)

    scripts/restore-defaults