Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed configure options5.0.3 | Andreas Steffen | 2013-04-04 | 1 | -0/+2 |
| | |||||
* | cleaned up XML code in tnccs-11 plugin | Andreas Steffen | 2013-04-04 | 5 | -12/+13 |
| | |||||
* | fix start of wpa_supplicant | Andreas Steffen | 2013-03-31 | 3 | -6/+21 |
| | |||||
* | Use new strongSwan HA kernel patchset keeping iptables ABI | Martin Willi | 2013-03-26 | 4 | -101/+2 |
| | | | | | 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 | 5 | -3/+4 |
| | | | | | 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 busy | Martin Willi | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Recipes: Disable Anet unit tests | Reto Buerki | 2013-03-25 | 1 | -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 image | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Added Framed-IP-Address information to RADIUS accounting records | Andreas Steffen | 2013-03-22 | 2 | -0/+2 |
| | |||||
* | Added ikev2/rw-eap-framed-ip-radius scenario | Andreas Steffen | 2013-03-22 | 19 | -0/+266 |
| | |||||
* | Store debug output from standalone IMC/IMVs | Andreas Steffen | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | Added ikev2/ip-two-pools-v4v6-db scenario | Andreas Steffen | 2013-03-22 | 9 | -0/+110 |
| | |||||
* | Fixed TKM build | Reto Buerki | 2013-03-22 | 7 | -9/+17 |
| | |||||
* | Build TNC-enabled wpa_supplicant | Andreas Steffen | 2013-03-22 | 2 | -0/+74 |
| | |||||
* | Implement multiple-clients integration test | Reto Buerki | 2013-03-19 | 12 | -0/+158 |
| | | | | | | | | Two transport connections to gateway sun are set up, one from client carol and the other from client dave. The gateway sun uses the Trusted Key Manager (TKM) and is the responder for both connections. The authentication is based on X.509 certificates. In order to test the connections, both carol and dave ping gateway sun. | ||||
* | Implement net2net-xfrmproxy integration test | Reto Buerki | 2013-03-19 | 10 | -0/+108 |
| | |||||
* | Implement net2net-initiator integration test | Reto Buerki | 2013-03-19 | 9 | -0/+104 |
| | |||||
* | Add xfrm_proxy integration test | Reto Buerki | 2013-03-19 | 10 | -0/+102 |
| | |||||
* | Provide script to build Ada XFRM proxy | Reto Buerki | 2013-03-19 | 1 | -0/+21 |
| | |||||
* | Add TKM responder integration test | Reto Buerki | 2013-03-19 | 10 | -0/+97 |
| | |||||
* | Add initial TKM integration test | Reto Buerki | 2013-03-19 | 10 | -0/+96 |
| | | | | | | A connection between the hosts moon and sun is set up. The host moon uses the Trusted Key Manager (TKM) and is the initiator of the transport connection. The authentication is based on X.509 certificates. | ||||
* | Add expect-file guest image script | Reto Buerki | 2013-03-19 | 1 | -0/+29 |
| | | | | | This script can be used in pretest.dat files to wait until a given file appears. | ||||
* | 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. |