aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* testing: Actually build swanctlTobias Brunner2014-10-031-1/+2
|
* testing: Use multiple jobs to install strongSwanTobias Brunner2014-09-191-1/+1
|
* 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.
* testing: Add packages to rebuild strongSwan from the repositoryTobias Brunner2014-09-191-1/+2
|
* testing: Make strongSwan build recipe more configurableTobias Brunner2014-09-191-4/+13
|
* testing: Update x509-ada version to 0.1.1Reto Buerki2014-09-171-1/+1
| | | | Fixes #705.
* Updated URL to swidGenerator in recipe5.2.0Andreas Steffen2014-07-091-1/+1
|
* Updated strongTNC configurationAndreas Steffen2014-06-112-4/+1
|
* testing: Cache packages downloaded with pip for strongTNCTobias Brunner2014-06-021-2/+7
| | | | This way no network connections is required to rebuild the root/guest images.
* Test SWID REST API ins tnc/tnccs-20-pdp scenariosAndreas Steffen2014-05-313-2/+30
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-152-1/+18
|
* testing: build strongSwan with acert pluginMartin Willi2014-03-311-0/+1
|
* Added ikev2/lookip scenarioAndreas Steffen2014-02-171-1/+2
|
* testing: Fetch the FreeRADIUS tarball from the "old" directoryMartin Willi2014-01-311-1/+1
| | | | Fixes #483.
* Starting with 3.1.7 kernel.org replaced bz2 with xz formatAndreas Steffen2014-01-151-1/+1
|
* testing: Fix status output in build-baseimage scriptReto Buerki2013-12-041-1/+1
|
* charon-tkm: Update integration testsReto Buerki2013-12-041-1/+1
|
* Prototype implementation of IKE key exchange via NTRU encryptionAndreas Steffen2013-11-271-1/+2
|
* Adapted recipe and patches to freeradius-2.2.1Andreas Steffen2013-10-223-23/+4
|
* testing: Enable dnscert pluginTobias Brunner2013-10-111-0/+1
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-151-0/+2
|
* Enable libipsec and charon-cmd in strongSwan recipeAndreas Steffen2013-07-011-0/+3
|
* testing: Don't run tests when building tkmTobias Brunner2013-05-071-1/+1
| | | | | | | The problem with XML/Ada described in 9c2aba27 actually occurs when running the tests here. Really fixes #336.
* testing: Don't run tests when building tkm-rpcTobias Brunner2013-05-061-1/+1
| | | | | | | | | There are issues with some versions of the XML/Ada library on i386, blocking the build of the testing environment when these tests are run. TKM tests won't work in such a case but at least make-testing does not block with this patch. Fixes #336.
* install FIPS-aware OpenSSL Debian packagesAndreas Steffen2013-04-191-18/+5
|
* build openssl-fips in KVM root-imageAndreas Steffen2013-04-195-0/+49
|
* build soup plugin in KVM test environmentAndreas Steffen2013-04-152-1/+2
|
* fixed configure options5.0.3Andreas Steffen2013-04-041-0/+2
|
* cleaned up XML code in tnccs-11 pluginAndreas Steffen2013-04-041-2/+3
|
* fix start of wpa_supplicantAndreas Steffen2013-03-312-6/+18
|
* Use new strongSwan HA kernel patchset keeping iptables ABIMartin Willi2013-03-263-100/+1
| | | | | Allows us to install stock debian iptables without the need for patching and compiling our own.
* Define SSHCONF from strongswan testing directory, not TESTDIRMartin Willi2013-03-262-0/+2
| | | | | This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks.
* Lazy unmount guest filesystem after building image, as it still might be busyMartin Willi2013-03-261-1/+1
|
* Recipes: Disable Anet unit testsReto Buerki2013-03-251-1/+1
| | | | | | Some Anet unit tests may fail because of the network configuration on the testing host. These failures do not indicate a problem in Anet but are a result of unpredictable events.
* Added hostapd package to base imageAndreas Steffen2013-03-221-1/+1
|
* Fixed TKM buildReto Buerki2013-03-227-9/+17
|
* Build TNC-enabled wpa_supplicantAndreas Steffen2013-03-222-0/+74
|
* Provide script to build Ada XFRM proxyReto Buerki2013-03-191-0/+21
|
* Add /usr/local/lib/ipsec to linker cacheReto Buerki2013-03-191-0/+2
|
* Provide recipes to build tkm and required librariesReto Buerki2013-03-196-1/+105
|
* Add GNAT compiler and Ada libs to base imageReto Buerki2013-03-191-0/+2
|
* testing: Add screen package to base imageTobias Brunner2013-03-051-1/+1
| | | | Makes working in a single SSH session easier.
* Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, ↵Andreas Steffen2013-02-192-2/+9
| | | | org, and root zones
* Build unbound and ipseckey plugins on KVM imageAndreas Steffen2013-02-192-2/+4
|
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-172-12/+8
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* Make guest ACPI shutdown workReto Buerki2013-01-171-2/+2
|
* Added less package to Debian base imageAndreas Steffen2013-01-171-0/+1
|
* Make test scripts callable from any pathReto Buerki2013-01-177-13/+22
|
* Export compile directory to guestsReto Buerki2013-01-171-0/+3
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.
* Create all images in $BUILDDIR/imagesReto Buerki2013-01-173-5/+5
|