aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement net2net-xfrmproxy integration testReto Buerki2013-03-1910-0/+108
|
* Implement net2net-initiator integration testReto Buerki2013-03-199-0/+104
|
* Add xfrm_proxy integration testReto Buerki2013-03-1910-0/+102
|
* Provide script to build Ada XFRM proxyReto Buerki2013-03-191-0/+21
|
* Add TKM responder integration testReto Buerki2013-03-1910-0/+97
|
* Add initial TKM integration testReto Buerki2013-03-1910-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 scriptReto Buerki2013-03-191-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 cacheReto Buerki2013-03-192-0/+3
|
* Provide recipes to build tkm and required librariesReto Buerki2013-03-196-1/+105
|
* Add GNAT compiler and Ada libs to base imageReto Buerki2013-03-191-0/+2
|
* testing: Rename interfaces and bridges so they are easier to identifyTobias Brunner2013-03-1912-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 typeTobias Brunner2013-03-198-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 imageTobias Brunner2013-03-051-1/+1
| | | | Makes working in a single SSH session easier.
* testing: Enable ssh connection to second IP by name (e.g. moon1)Tobias Brunner2013-03-051-1/+9
|
* testing: ssh script accepts IP addresses instead of host namesTobias Brunner2013-03-051-4/+11
|
* testing: ssh script forwards arguments to ssh commandTobias Brunner2013-03-051-1/+2
| | | | This allows to execute commands on a virtual host.
* removed unneeded DS filesAndreas Steffen2013-03-053-6/+0
|
* upgraded KVM test suite to Linux 3.8 kernelAndreas Steffen2013-03-032-4/+1867
|
* added openssl-ikev2/alg-aes-gcm scenarioAndreas Steffen2013-03-0311-0/+158
|
* use DNs in tnc/tnccs-20-tls scenarioAndreas Steffen2013-03-034-5/+3
|
* testing: Add a script to easily connect to a host via SSHTobias Brunner2013-02-281-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-testingReto Buerki2013-02-221-1/+1
|
* Added ikev2/rw-dnssec scenarioAndreas Steffen2013-02-1921-0/+301
|
* Added ikev2/net2net-dnssec scenarioAndreas Steffen2013-02-1917-0/+220
|
* Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, ↵Andreas Steffen2013-02-1923-2/+378
| | | | org, and root zones
* Build unbound and ipseckey plugins on KVM imageAndreas Steffen2013-02-192-2/+4
|
* added ikev1/net2net-fragmentation scenario5.0.3dr1Andreas Steffen2013-02-129-0/+122
|
* use EAP identity in tnc/tnccs-20-pdp scenarioAndreas Steffen2013-02-128-10/+12
|
* Removed INSTALL from EXTRA_DIST5.0.2rc1Andreas Steffen2013-01-171-1/+1
|
* Updated documentation for the integration testsTobias Brunner2013-01-172-265/+50
|
* Removed UML from description of ikev2/default-keys testTobias Brunner2013-01-171-3/+3
|
* Updated comments in test.conf of all testsTobias Brunner2013-01-17264-816/+816
|
* Renamed $UMLHOSTS to $VIRTHOSTSTobias Brunner2013-01-17265-529/+529
|
* Drop vim swap fileReto Buerki2013-01-171-0/+0
|
* Enforce reception of multicast traffic on virbr[1|2]Reto Buerki2013-01-171-0/+11
| | | | This is needed to let the ha/both-active test pass.
* Make core dumps workReto Buerki2013-01-173-2/+9
| | | | Core dumps are written to the /var/local/dumps directory.
* Append seconds to TESTDATEReto Buerki2013-01-171-1/+1
| | | | | This avoids 'file exists' warnings when running tests multiple times in one minute.
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-1714-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 workReto Buerki2013-01-172-3/+3
|
* Drop obsolete Gentoo dhcpd init scriptReto Buerki2013-01-173-72/+0
|
* No need to enable ip_forward in pretest filesReto Buerki2013-01-1734-42/+0
| | | | It is enabled by default now.
* Auto-create symlink to testing directory in workdirReto Buerki2013-01-171-0/+2
|
* converted ha/both-active iptables scenarioAndreas Steffen2013-01-176-216/+108
|
* converted all ipv6 iptables/ip6tables scenariosAndreas Steffen2013-01-1796-4619/+396
|
* converted all p2pnat iptables scenariosAndreas Steffen2013-01-1715-396/+164
|
* Rename UML to KVM testsAndreas Steffen2013-01-172-9/+9
|
* converted all tnc iptables scenariosAndreas Steffen2013-01-1732-330/+174
|
* List daemon.log on $RADIUSHOSTSAndreas Steffen2013-01-171-0/+4
|
* implemented ip6tables.rulesAndreas Steffen2013-01-177-0/+104
|
* converted all sql iptables scenariosAndreas Steffen2013-01-1737-489/+116
|