Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add /usr/local/lib/ipsec to linker cache | Reto Buerki | 2013-03-19 | 2 | -0/+3 | |
| | ||||||
* | Provide recipes to build tkm and required libraries | Reto Buerki | 2013-03-19 | 6 | -1/+105 | |
| | ||||||
* | Add GNAT compiler and Ada libs to base image | Reto Buerki | 2013-03-19 | 1 | -0/+2 | |
| | ||||||
* | testing: Rename interfaces and bridges so they are easier to identify | Tobias Brunner | 2013-03-19 | 12 | -5/+16 | |
| | | | | | | | This simplifies capturing traffic with Wireshark on the host as each of the guest's interfaces is clearly identified. The three bridges were previously numbered starting from 0, this scheme is restored here. | |||||
* | testing: Don't use a specific version for the QEMU machine type | Tobias Brunner | 2013-03-19 | 8 | -8/+8 | |
| | | | | | The previously used pc-1.1 is not yet available on e.g. Ubuntu 12.04. With 'pc' the most current supported version of that type is used. | |||||
* | testing: Add screen package to base image | Tobias Brunner | 2013-03-05 | 1 | -1/+1 | |
| | | | | Makes working in a single SSH session easier. | |||||
* | testing: Enable ssh connection to second IP by name (e.g. moon1) | Tobias Brunner | 2013-03-05 | 1 | -1/+9 | |
| | ||||||
* | testing: ssh script accepts IP addresses instead of host names | Tobias Brunner | 2013-03-05 | 1 | -4/+11 | |
| | ||||||
* | testing: ssh script forwards arguments to ssh command | Tobias Brunner | 2013-03-05 | 1 | -1/+2 | |
| | | | | This allows to execute commands on a virtual host. | |||||
* | removed unneeded DS files | Andreas Steffen | 2013-03-05 | 3 | -6/+0 | |
| | ||||||
* | upgraded KVM test suite to Linux 3.8 kernel | Andreas Steffen | 2013-03-03 | 2 | -4/+1867 | |
| | ||||||
* | added openssl-ikev2/alg-aes-gcm scenario | Andreas Steffen | 2013-03-03 | 11 | -0/+158 | |
| | ||||||
* | use DNs in tnc/tnccs-20-tls scenario | Andreas Steffen | 2013-03-03 | 4 | -5/+3 | |
| | ||||||
* | testing: Add a script to easily connect to a host via SSH | Tobias Brunner | 2013-02-28 | 1 | -0/+20 | |
| | | | | | This doesn't require any entries in /etc/hosts and the correct SSH config is used to allow password-less access. | |||||
* | Check kvm command existence in start-testing | Reto Buerki | 2013-02-22 | 1 | -1/+1 | |
| | ||||||
* | Added ikev2/rw-dnssec scenario | Andreas Steffen | 2013-02-19 | 21 | -0/+301 | |
| | ||||||
* | Added ikev2/net2net-dnssec scenario | Andreas Steffen | 2013-02-19 | 17 | -0/+220 | |
| | ||||||
* | Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, ↵ | Andreas Steffen | 2013-02-19 | 23 | -2/+378 | |
| | | | | org, and root zones | |||||
* | Build unbound and ipseckey plugins on KVM image | Andreas Steffen | 2013-02-19 | 2 | -2/+4 | |
| | ||||||
* | added ikev1/net2net-fragmentation scenario5.0.3dr1 | Andreas Steffen | 2013-02-12 | 9 | -0/+122 | |
| | ||||||
* | use EAP identity in tnc/tnccs-20-pdp scenario | Andreas Steffen | 2013-02-12 | 8 | -10/+12 | |
| | ||||||
* | Removed INSTALL from EXTRA_DIST5.0.2rc1 | Andreas Steffen | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Updated documentation for the integration tests | Tobias Brunner | 2013-01-17 | 2 | -265/+50 | |
| | ||||||
* | Removed UML from description of ikev2/default-keys test | Tobias Brunner | 2013-01-17 | 1 | -3/+3 | |
| | ||||||
* | Updated comments in test.conf of all tests | Tobias Brunner | 2013-01-17 | 264 | -816/+816 | |
| | ||||||
* | Renamed $UMLHOSTS to $VIRTHOSTS | Tobias Brunner | 2013-01-17 | 265 | -529/+529 | |
| | ||||||
* | Drop vim swap file | Reto Buerki | 2013-01-17 | 1 | -0/+0 | |
| | ||||||
* | Enforce reception of multicast traffic on virbr[1|2] | Reto Buerki | 2013-01-17 | 1 | -0/+11 | |
| | | | | This is needed to let the ha/both-active test pass. | |||||
* | Make core dumps work | Reto Buerki | 2013-01-17 | 3 | -2/+9 | |
| | | | | Core dumps are written to the /var/local/dumps directory. | |||||
* | Append seconds to TESTDATE | Reto Buerki | 2013-01-17 | 1 | -1/+1 | |
| | | | | | This avoids 'file exists' warnings when running tests multiple times in one minute. | |||||
* | Switch to 'mapped' access mode for hostfs | Reto Buerki | 2013-01-17 | 14 | -24/+25 | |
| | | | | | | | | | | | 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 work | Reto Buerki | 2013-01-17 | 2 | -3/+3 | |
| | ||||||
* | Drop obsolete Gentoo dhcpd init script | Reto Buerki | 2013-01-17 | 3 | -72/+0 | |
| | ||||||
* | No need to enable ip_forward in pretest files | Reto Buerki | 2013-01-17 | 34 | -42/+0 | |
| | | | | It is enabled by default now. | |||||
* | Auto-create symlink to testing directory in workdir | Reto Buerki | 2013-01-17 | 1 | -0/+2 | |
| | ||||||
* | converted ha/both-active iptables scenario | Andreas Steffen | 2013-01-17 | 6 | -216/+108 | |
| | ||||||
* | converted all ipv6 iptables/ip6tables scenarios | Andreas Steffen | 2013-01-17 | 96 | -4619/+396 | |
| | ||||||
* | converted all p2pnat iptables scenarios | Andreas Steffen | 2013-01-17 | 15 | -396/+164 | |
| | ||||||
* | Rename UML to KVM tests | Andreas Steffen | 2013-01-17 | 2 | -9/+9 | |
| | ||||||
* | converted all tnc iptables scenarios | Andreas Steffen | 2013-01-17 | 32 | -330/+174 | |
| | ||||||
* | List daemon.log on $RADIUSHOSTS | Andreas Steffen | 2013-01-17 | 1 | -0/+4 | |
| | ||||||
* | implemented ip6tables.rules | Andreas Steffen | 2013-01-17 | 7 | -0/+104 | |
| | ||||||
* | converted all sql iptables scenarios | Andreas Steffen | 2013-01-17 | 37 | -489/+116 | |
| | ||||||
* | converted all pfkey iptables scenarios | Andreas Steffen | 2013-01-17 | 25 | -132/+104 | |
| | ||||||
* | converted all openssl-ikev2 iptables scenarios | Andreas Steffen | 2013-01-17 | 18 | -48/+48 | |
| | ||||||
* | converted all openssl-ikev1 iptables scenarios | Andreas Steffen | 2013-01-17 | 8 | -22/+22 | |
| | ||||||
* | converted all gcrypt-ikev2 iptables scenarios | Andreas Steffen | 2013-01-17 | 4 | -10/+10 | |
| | ||||||
* | converted all af-alg iptables scenarios | Andreas Steffen | 2013-01-17 | 4 | -10/+10 | |
| | ||||||
* | added ikev1/nat-virtual-ip scenario | Andreas Steffen | 2013-01-17 | 11 | -0/+328 | |
| | ||||||
* | converted all ikev1 iptables scenarios | Andreas Steffen | 2013-01-17 | 79 | -270/+290 | |
| |