Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Migration of KVM framework to Linux 4.x kernel | Andreas Steffen | 2015-04-25 | 1 | -4/+4 |
| | |||||
* | Update KVM test framework to 3.15 guest kernel5.2.0rc1 | Andreas Steffen | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | Minor changes in the test environment5.2.0dr4 | Andreas Steffen | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Use python-based swidGenerator to generated SWID tags | Andreas Steffen | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Updated test kvm tests to Linux 3.13 kernel | Andreas Steffen | 2014-02-12 | 1 | -3/+3 |
| | |||||
* | Starting with 3.1.7 kernel.org replaced bz2 with xz format | Andreas Steffen | 2014-01-15 | 1 | -4/+4 |
| | |||||
* | Version bump to 5.1.1 | Andreas Steffen | 2013-10-31 | 1 | -4/+4 |
| | |||||
* | testing: Load testing.conf.local from the same directory as testing.conf | Tobias Brunner | 2013-10-11 | 1 | -2/+3 |
| | |||||
* | testing: support a .gitignored testing.conf.local for site-local configurations | Martin Willi | 2013-08-29 | 1 | -34/+39 |
| | |||||
* | testing: Increase base image size so there is space for test results on winnetou | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Use new strongSwan HA kernel patchset keeping iptables ABI | Martin Willi | 2013-03-26 | 1 | -1/+1 |
| | | | | | Allows us to install stock debian iptables without the need for patching and compiling our own. | ||||
* | Define SSHCONF from strongswan testing directory, not TESTDIR | Martin Willi | 2013-03-26 | 1 | -3/+0 |
| | | | | | This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks. | ||||
* | upgraded KVM test suite to Linux 3.8 kernel | Andreas Steffen | 2013-03-03 | 1 | -4/+4 |
| | |||||
* | Switch to 'mapped' access mode for hostfs | Reto Buerki | 2013-01-17 | 1 | -1/+4 |
| | | | | | | | | | | | 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 test scripts callable from any path | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Create all images in $BUILDDIR/images | Reto Buerki | 2013-01-17 | 1 | -8/+6 |
| | |||||
* | Drop SELECTEDTESTSONLY support | Reto Buerki | 2013-01-17 | 1 | -10/+0 |
| | |||||
* | Rename build-umlhostfs script to build-guestimages | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Rename build-umlrootfs script to build-rootimg | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Unify naming of base,root image settings | Reto Buerki | 2013-01-17 | 1 | -9/+18 |
| | |||||
* | Switch from raw images to qcow2 format | Reto Buerki | 2013-01-17 | 1 | -1/+3 |
| | | | | | This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space. | ||||
* | Set default TESTDIR to /srv/strongswan-testing | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Drop unneeded TZUML variable | Reto Buerki | 2013-01-17 | 1 | -3/+0 |
| | |||||
* | Set BUILDDIR to $TESTDIR/build | Reto Buerki | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Drop unneeded UMLKERNEL variable | Reto Buerki | 2013-01-17 | 1 | -4/+1 |
| | |||||
* | Rename UMLTESTDIR variable to TESTDIR | Reto Buerki | 2013-01-17 | 1 | -4/+4 |
| | |||||
* | Remove executable bit from testing.conf | Reto Buerki | 2013-01-17 | 1 | -0/+0 |
| | |||||
* | Use qemu/KVM virtualization instead of UML | Reto Buerki | 2013-01-17 | 1 | -38/+5 |
| | | | | | | | | | Guest and network configuration is setup using the libvirt virtualization API. The [start|stop]_testing scripts have been updated accordingly. qemu/KVM does not currently support a hostfs, so the shared build tree mount has been dropped for now. | ||||
* | Rename build-umlkernel script to build-guestkernel | Reto Buerki | 2013-01-17 | 1 | -14/+8 |
| | |||||
* | Move ROOTFSDIR declaration to testing.conf | Reto Buerki | 2013-01-17 | 1 | -0/+3 |
| | |||||
* | Drop build-hostconfig script | Reto Buerki | 2013-01-17 | 1 | -1/+0 |
| | | | | Use processed host configurations directly instead. | ||||
* | Simplify test starting and stopping logic | Reto Buerki | 2013-01-17 | 1 | -3/+0 |
| | | | | | | | | | Reduce the coupling of the different scripts. make-testing : Build the testing environment start-testing : Start switches and guests do-tests : Run tests stop-testing : Stop switches and guests | ||||
* | Use key(and password-)less SSH authentication | Tobias Brunner | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | Adjust strongSwan version handling in HTML output | Reto Buerki | 2013-01-17 | 1 | -0/+3 |
| | |||||
* | Add recipes for libtnc and TNC@FHH | Tobias Brunner | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Drop SHAREDTREE in favor of mounting the compile dir | Tobias Brunner | 2013-01-17 | 1 | -5/+0 |
| | |||||
* | Factor out building of strongswan into own Makefile | Reto Buerki | 2012-12-18 | 1 | -60/+1 |
| | | | | | Small Makefiles (recipes) are used to install software from source into the root UML image. | ||||
* | testing: Switch to Debian based guest images | Reto Buerki | 2012-12-18 | 1 | -22/+16 |
| | | | | | | | | | | Instead of extracting a downloaded Gentoo filesystem tree into a file containing a reiserfs filesystem, create an ext3 filesystem inside a sparse file, mount it and debootstrap an up-to-date Debian system. Use this image as base for all UML guest images. Also, drop support for the various consoles and use xterm unconditionally. | ||||
* | created OS IMC/IMV pair | Andreas Steffen | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | Build unity plugin in strongSwan test suite | Martin Willi | 2012-09-18 | 1 | -0/+1 |
| | |||||
* | Removed the unneeded socket-raw plugin | Tobias Brunner | 2012-09-14 | 1 | -1/+0 |
| | |||||
* | added ikev2/rw-eap-dynamic scenario | Andreas Steffen | 2012-09-12 | 1 | -3/+4 |
| | |||||
* | upgraded UML options to 5.0.0 | Andreas Steffen | 2012-06-19 | 1 | -3/+4 |
| | |||||
* | enable xauth-eap plugin in UML scenarios | Andreas Steffen | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | updated testing.conf for 5.0.0 | Andreas Steffen | 2012-05-02 | 1 | -3/+5 |
| | |||||
* | activated cmac plugin in UML test suites | Andreas Steffen | 2012-04-22 | 1 | -3/+4 |
| | |||||
* | created tnc-pdp policy decision point plugin | Andreas Steffen | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | added ikev2/rw-pkcs8 scenario | Andreas Steffen | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Fixed additional typos in comments and log messages. | Tobias Brunner | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | added Attestation IMC/IMV to UML build | Andreas Steffen | 2011-12-18 | 1 | -0/+2 |
| |