aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-strongswan
Commit message (Collapse)AuthorAgeFilesLines
* testing: Make removal of SWID tags work with different releasesTobias Brunner2017-08-161-2/+1
| | | | The regid.2004-03.org.strongswan directory might not exist in new images.
* testing: Move collector.db in tnc/tnccs-20-ev-pt-tls scenario to /etc/db.dTobias Brunner2017-08-071-0/+1
| | | | | Also move initialization to the pretest script (it's way faster in the in-memory database).
* testing: Record strongSwan version when building from source treeTobias Brunner2015-11-091-0/+11
|
* testing: Remove old SWID tags when building from repositoryTobias Brunner2015-11-091-0/+3
| | | | This fixes the TNC-PDP scenarios.
* testing: Ensure no guest is running when modifying imagesTobias Brunner2014-10-101-0/+1
| | | | | Sometimes guests are not stopped properly. If images are then modified they will be corrupted.
* testing: Add a script to build the current (or an arbitrary) source treeTobias Brunner2014-09-191-0/+65
This allows to (relatively) quickly (re-)build and install the current or an arbitrary strongSwan source tree within the root image. bindfs is used to bind mount the source directory using the regular user and group (only works if sudo is used to run the script) so that newly created files are not owned by root. As with building the root image in general the guests must not be running while executing this script. The guest images are automatically rebuilt after the root image has been updated so configuration files and other modifications in guests will be lost.