Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: swanctl is enabled by default | Andreas Steffen | 2015-12-18 | 1 | -1/+0 |
| | |||||
* | testing: Record strongSwan version when building from tarball | Tobias Brunner | 2015-11-09 | 1 | -0/+1 |
| | |||||
* | testing: Record strongSwan version when building from source tree | Tobias Brunner | 2015-11-09 | 1 | -0/+11 |
| | |||||
* | testing: Remove old SWID tags when building from repository | Tobias Brunner | 2015-11-09 | 1 | -0/+3 |
| | | | | This fixes the TNC-PDP scenarios. | ||||
* | testing: Add a base strongswan.conf file used by all hosts in all scenarios | Tobias Brunner | 2015-11-09 | 1 | -0/+1 |
| | | | | | | We will use this to set some defaults (e.g. timeouts to make testing negative tests quicker). We don't want these settings to show up in the configs of the actual scenarios though. | ||||
* | testing: BLISS CA uses SHA-3 in its CRL | Andreas Steffen | 2015-11-03 | 1 | -1/+2 |
| | |||||
* | testing: Update tkm to version 0.1.3 | Tobias Brunner | 2015-10-30 | 1 | -1/+1 |
| | | | | | | Adds XFRM state/policy flush when terminating which caused tests to fail due to the check added with 9086f060d35a ("testing: Let test scenarios fail if IPsec SAs or policies are not removed"). | ||||
* | testing: enable HCD IMC and IMV | Andreas Steffen | 2015-08-18 | 1 | -0/+2 |
| | |||||
* | testing: Suppress errors when checking for running hosts | Tobias Brunner | 2015-08-03 | 1 | -1/+1 |
| | | | | | If libvirt is not running virsh can't connect to it and will complain that the socket does not exist. | ||||
* | testing: Fix initial kernel build | Tobias Brunner | 2015-07-31 | 1 | -2/+2 |
| | | | | | | The directory does not exist yet if the kernel was never built. Fixes: a4a13d0be29b ("testing: Extract and patch each kernel version only once") | ||||
* | testing: Do not overwrite kernel configuration if it already exists | Martin Willi | 2015-07-12 | 1 | -1/+4 |
| | | | | | This allows us to do changes to the kernel configuration using menuconfig and friends, and update the kernel with make-testing. | ||||
* | testing: Extract and patch each kernel version only once | Martin Willi | 2015-07-12 | 1 | -8/+11 |
| | | | | | | This allows us to do modifications to the kernel tree and rebuild that kernel using make-testing. We can even have a git kernel tree in a directory to do kernel development. | ||||
* | testing: Build with --enable-chapoly | Martin Willi | 2015-07-12 | 1 | -0/+1 |
| | |||||
* | testing: Include iperf and htop in base image | Tobias Brunner | 2015-05-22 | 1 | -2/+2 |
| | |||||
* | testing: Don't check parent dir (and subdirs) when downloading OpenSSL packages | Tobias Brunner | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | testing: Fix kernel download URL for kernel versions != 4.x | Tobias Brunner | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | testing: Update alog to version 0.3.1 | Reto Buerki | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | testing: Update tkm to version 0.1.2 | Reto Buerki | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | testing: Update tkm-rpc to version 0.2 | Reto Buerki | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | testing: Migration of KVM framework to Linux 4.x kernel | Andreas Steffen | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | testing: Build forecast plugin | Martin Willi | 2015-02-20 | 1 | -0/+1 |
| | |||||
* | testing: Build strongSwan with the connmark plugin | Martin Willi | 2015-02-20 | 1 | -0/+1 |
| | |||||
* | testing: Install iptables-dev to guest images | Martin Willi | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Created ikev2/rw-ntru-bliss scenario | Andreas Steffen | 2014-11-29 | 1 | -1/+2 |
| | |||||
* | testing: Ensure no guest is running when modifying images | Tobias Brunner | 2014-10-10 | 5 | -0/+16 |
| | | | | | Sometimes guests are not stopped properly. If images are then modified they will be corrupted. | ||||
* | testing: Make TKM related build recipes future-proof | Tobias Brunner | 2014-10-07 | 6 | -24/+36 |
| | | | | | | | | The tkm scenarios recently failed due to a segmentation fault on my host because I had an old build of the tkm library already built in the build directory. Because the stamp file was not versioned the new release was never checked out or built and charon-tkm was linked against the old version causing a segmentation fault during key derivation. | ||||
* | testing: Actually build swanctl | Tobias Brunner | 2014-10-03 | 1 | -1/+2 |
| | |||||
* | testing: Use multiple jobs to install strongSwan | Tobias Brunner | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | testing: Add a script to build the current (or an arbitrary) source tree | Tobias Brunner | 2014-09-19 | 1 | -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 repository | Tobias Brunner | 2014-09-19 | 1 | -1/+2 |
| | |||||
* | testing: Make strongSwan build recipe more configurable | Tobias Brunner | 2014-09-19 | 1 | -4/+13 |
| | |||||
* | testing: Update x509-ada version to 0.1.1 | Reto Buerki | 2014-09-17 | 1 | -1/+1 |
| | | | | Fixes #705. | ||||
* | Updated URL to swidGenerator in recipe5.2.0 | Andreas Steffen | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Updated strongTNC configuration | Andreas Steffen | 2014-06-11 | 2 | -4/+1 |
| | |||||
* | testing: Cache packages downloaded with pip for strongTNC | Tobias Brunner | 2014-06-02 | 1 | -2/+7 |
| | | | | This way no network connections is required to rebuild the root/guest images. | ||||
* | Test SWID REST API ins tnc/tnccs-20-pdp scenarios | Andreas Steffen | 2014-05-31 | 3 | -2/+30 |
| | |||||
* | Use python-based swidGenerator to generated SWID tags | Andreas Steffen | 2014-04-15 | 2 | -1/+18 |
| | |||||
* | testing: build strongSwan with acert plugin | Martin Willi | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | Added ikev2/lookip scenario | Andreas Steffen | 2014-02-17 | 1 | -1/+2 |
| | |||||
* | testing: Fetch the FreeRADIUS tarball from the "old" directory | Martin Willi | 2014-01-31 | 1 | -1/+1 |
| | | | | Fixes #483. | ||||
* | Starting with 3.1.7 kernel.org replaced bz2 with xz format | Andreas Steffen | 2014-01-15 | 1 | -1/+1 |
| | |||||
* | testing: Fix status output in build-baseimage script | Reto Buerki | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | charon-tkm: Update integration tests | Reto Buerki | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Prototype implementation of IKE key exchange via NTRU encryption | Andreas Steffen | 2013-11-27 | 1 | -1/+2 |
| | |||||
* | Adapted recipe and patches to freeradius-2.2.1 | Andreas Steffen | 2013-10-22 | 3 | -23/+4 |
| | |||||
* | testing: Enable dnscert plugin | Tobias Brunner | 2013-10-11 | 1 | -0/+1 |
| | |||||
* | Implemented SWID prototype IMC/IMV pair | Andreas Steffen | 2013-08-15 | 1 | -0/+2 |
| | |||||
* | Enable libipsec and charon-cmd in strongSwan recipe | Andreas Steffen | 2013-07-01 | 1 | -0/+3 |
| | |||||
* | testing: Don't run tests when building tkm | Tobias Brunner | 2013-05-07 | 1 | -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-rpc | Tobias Brunner | 2013-05-06 | 1 | -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. |