aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
Commit message (Collapse)AuthorAgeFilesLines
* testing: Increase base image size so there is space for test results on winnetouTobias Brunner2013-06-111-1/+1
|
* Use new strongSwan HA kernel patchset keeping iptables ABIMartin Willi2013-03-261-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 TESTDIRMartin Willi2013-03-261-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 kernelAndreas Steffen2013-03-031-4/+4
|
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-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 pathReto Buerki2013-01-171-1/+1
|
* Create all images in $BUILDDIR/imagesReto Buerki2013-01-171-8/+6
|
* Drop SELECTEDTESTSONLY supportReto Buerki2013-01-171-10/+0
|
* Rename build-umlhostfs script to build-guestimagesReto Buerki2013-01-171-1/+1
|
* Rename build-umlrootfs script to build-rootimgReto Buerki2013-01-171-1/+1
|
* Unify naming of base,root image settingsReto Buerki2013-01-171-9/+18
|
* Switch from raw images to qcow2 formatReto Buerki2013-01-171-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-testingReto Buerki2013-01-171-1/+1
|
* Drop unneeded TZUML variableReto Buerki2013-01-171-3/+0
|
* Set BUILDDIR to $TESTDIR/buildReto Buerki2013-01-171-1/+1
|
* Drop unneeded UMLKERNEL variableReto Buerki2013-01-171-4/+1
|
* Rename UMLTESTDIR variable to TESTDIRReto Buerki2013-01-171-4/+4
|
* Remove executable bit from testing.confReto Buerki2013-01-171-0/+0
|
* Use qemu/KVM virtualization instead of UMLReto Buerki2013-01-171-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-guestkernelReto Buerki2013-01-171-14/+8
|
* Move ROOTFSDIR declaration to testing.confReto Buerki2013-01-171-0/+3
|
* Drop build-hostconfig scriptReto Buerki2013-01-171-1/+0
| | | | Use processed host configurations directly instead.
* Simplify test starting and stopping logicReto Buerki2013-01-171-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 authenticationTobias Brunner2013-01-171-1/+0
|
* Adjust strongSwan version handling in HTML outputReto Buerki2013-01-171-0/+3
|
* Add recipes for libtnc and TNC@FHHTobias Brunner2013-01-171-1/+1
|
* Drop SHAREDTREE in favor of mounting the compile dirTobias Brunner2013-01-171-5/+0
|
* Factor out building of strongswan into own MakefileReto Buerki2012-12-181-60/+1
| | | | | Small Makefiles (recipes) are used to install software from source into the root UML image.
* testing: Switch to Debian based guest imagesReto Buerki2012-12-181-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 pairAndreas Steffen2012-10-091-0/+2
|
* Build unity plugin in strongSwan test suiteMartin Willi2012-09-181-0/+1
|
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-141-1/+0
|
* added ikev2/rw-eap-dynamic scenarioAndreas Steffen2012-09-121-3/+4
|
* upgraded UML options to 5.0.0Andreas Steffen2012-06-191-3/+4
|
* enable xauth-eap plugin in UML scenariosAndreas Steffen2012-05-251-0/+1
|
* updated testing.conf for 5.0.0Andreas Steffen2012-05-021-3/+5
|
* activated cmac plugin in UML test suitesAndreas Steffen2012-04-221-3/+4
|
* created tnc-pdp policy decision point pluginAndreas Steffen2012-03-131-0/+1
|
* added ikev2/rw-pkcs8 scenarioAndreas Steffen2012-02-031-0/+1
|
* Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
|
* added Attestation IMC/IMV to UML buildAndreas Steffen2011-12-181-0/+2
|
* added UML support for IF-MAP interfaceAndreas Steffen2011-12-121-6/+7
|
* added ITA Scanner IMC/IMV pair which detects open server ports on TNC clientsAndreas Steffen2011-07-041-0/+2
|
* added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocolAndreas Steffen2011-05-301-1/+3
|
* added ikev2/rw-whitelist scenarioAndreas Steffen2011-05-121-0/+1
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-061-0/+1
|
* build the af-alg plugin in the UML test environmentAndreas Steffen2011-03-171-4/+5
|
* fixed typoAndreas Steffen2011-01-311-1/+1
|
* updated testing.conf UML configuration fileAndreas Steffen2011-01-311-4/+7
|
* enabled ha plugin in UML scenariosAndreas Steffen2010-11-201-1/+2
|