aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing: Increase base image size so there is space for test results on winnetouTobias Brunner2013-06-111-1/+1
|
* testing: Ignore errors when searching for imcv log entries in daemon.logTobias Brunner2013-06-101-1/+1
|
* testing: Set terminal title when logging in via SSHTobias Brunner2013-05-151-0/+11
| | | | | Since we always log in as root use a simpler command prompt. And don't store duplicate commands in the bash command history.
* Load any type (RSA/ECDSA) of public key via left|rightsigkeyTobias Brunner2013-05-079-13/+13
|
* left|rightrsasigkey accepts SSH keys but the key format has to be specified ↵Tobias Brunner2013-05-074-6/+6
| | | | | | | explicitly The default is now PKCS#1. With the dns: and ssh: prefixes other formats can be selected.
* testing: Don't run tests when building tkmTobias Brunner2013-05-071-1/+1
| | | | | | | The problem with XML/Ada described in 9c2aba27 actually occurs when running the tests here. Really fixes #336.
* testing: Don't run tests when building tkm-rpcTobias Brunner2013-05-061-1/+1
| | | | | | | | | There are issues with some versions of the XML/Ada library on i386, blocking the build of the testing environment when these tests are run. TKM tests won't work in such a case but at least make-testing does not block with this patch. Fixes #336.
* Use attest database in tnc/tnccs-20-os scenario5.0.4Andreas Steffen2013-04-216-2/+268
|
* check for successful activation of FIPS modeAndreas Steffen2013-04-191-1/+4
|
* install FIPS-aware OpenSSL Debian packagesAndreas Steffen2013-04-191-18/+5
|
* Added openssl-ikev2/rw-cpa scenarioAndreas Steffen2013-04-1929-0/+472
|
* build openssl-fips in KVM root-imageAndreas Steffen2013-04-195-0/+49
|
* build soup plugin in KVM test environmentAndreas Steffen2013-04-152-1/+2
|
* disable reauth, tooAndreas Steffen2013-04-151-1/+2
|
* Added charon.initiator_only option which causes charon to ignore IKE ↵Andreas Steffen2013-04-1422-0/+264
| | | | initiation requests by peers
* fixed configure options5.0.3Andreas Steffen2013-04-041-0/+2
|
* cleaned up XML code in tnccs-11 pluginAndreas Steffen2013-04-045-12/+13
|
* fix start of wpa_supplicantAndreas Steffen2013-03-313-6/+21
|
* Use new strongSwan HA kernel patchset keeping iptables ABIMartin Willi2013-03-264-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 TESTDIRMartin Willi2013-03-265-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 busyMartin Willi2013-03-261-1/+1
|
* Recipes: Disable Anet unit testsReto Buerki2013-03-251-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 imageAndreas Steffen2013-03-221-1/+1
|
* Added Framed-IP-Address information to RADIUS accounting recordsAndreas Steffen2013-03-222-0/+2
|
* Added ikev2/rw-eap-framed-ip-radius scenarioAndreas Steffen2013-03-2219-0/+266
|
* Store debug output from standalone IMC/IMVsAndreas Steffen2013-03-221-2/+2
|
* Added ikev2/ip-two-pools-v4v6-db scenarioAndreas Steffen2013-03-229-0/+110
|
* Fixed TKM buildReto Buerki2013-03-227-9/+17
|
* Build TNC-enabled wpa_supplicantAndreas Steffen2013-03-222-0/+74
|
* Implement multiple-clients integration testReto Buerki2013-03-1912-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 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
|