aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-pdp-eap
Commit message (Collapse)AuthorAgeFilesLines
* testing: Globally define logging via syslog for charon-systemdTobias Brunner2017-11-154-17/+0
| | | | | | | We could make the same change for charon (actually setting it for charon in strongswan.conf.testing would work for charon-systemd too), however, there are dozens of test cases that currently set charondebug in ipsec.conf.
* testing: Converterd tnc to systemdAndreas Steffen2017-11-116-33/+26
|
* testing: Fix ALLOWED_HOSTS in strongTNC settings.iniTobias Brunner2017-02-161-1/+1
|
* testing: strongTNC does not come with django.db any moreAndreas Steffen2016-12-171-1/+1
|
* testing: Add expect-connection calls for all tests and hostsTobias Brunner2016-06-161-0/+2
| | | | There are some exceptions (e.g. those that use auto=start or p2pnat).
* testing: Update test scenarios for Debian jessieTobias Brunner2016-06-161-4/+4
| | | | | | | The main difference is that ping now reports icmp_seq instead of icmp_req, so we match for icmp_.eq, which works with both releases. tcpdump now also reports port 4500 as ipsec-nat-t.
* testing: Update Apache config for newer Debian releasesTobias Brunner2016-06-152-26/+32
| | | | | | It is still compatible with the current release as the config in sites-available will be ignored, while conf-enabled does not exist and is not included in the main config.
* testing: Use absolute path of imv_policy_managerAndreas Steffen2016-04-261-1/+1
|
* testing: Include IKE port information in evaltestsAndreas Steffen2016-03-051-4/+4
|
* testing: Converted tnc scenarios to swanctlAndreas Steffen2015-12-1122-125/+215
|
* testing: Reduce runtime of all tests that use SQLite databases by storing ↵Tobias Brunner2015-11-095-10/+6
| | | | them in ramfs
* testing: Improve runtime of TNC tests by storing the SQLite DB in ramfsTobias Brunner2015-11-092-2/+5
| | | | This saves about 50%-70% of the time needed for scenarios that use a DB.
* testing: Avoid delays with ping by using -W and -i optionsTobias Brunner2015-11-091-2/+2
| | | | | | With -W we reduce timeouts when we don't expect a response. With -i the interval between pings is reduced (mostly in case of auto=route where the first ping yields no reply).
* testing: Remove nearly all sleep calls from pretest and posttest scriptsTobias Brunner2015-11-091-1/+2
| | | | | By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
* testing: Adapt tests to retransmission settings and reduce DPD delay/timeoutTobias Brunner2015-11-092-1/+5
|
* testing: Updated expired AAA server certificateAndreas Steffen2015-08-042-42/+42
|
* testing: Update test conditions because signature schemes are now loggedTobias Brunner2015-03-041-2/+2
| | | | | RFC 7427 signature authentication is now used between strongSwan hosts by default, which causes the actual signature schemes to get logged.
* testing: Lower batch size to demonstrated segmetation of TCG/SWID Tag ID ↵5.2.1rc1Andreas Steffen2014-10-111-2/+2
| | | | Inventory attribute
* testing: Don't check for the actual number of SWID tags in PDP scenariosTobias Brunner2014-10-071-4/+4
| | | | | The number of SWID tags varies depending on the base image, but lets assume the number is in the hundreds.
* testing: Make TNC scenarios agnostic to the actual Debian versionTobias Brunner2014-10-072-7/+8
| | | | | The scenarios will work with new or old base images as long as the version in use is included as product in the master data (src/libimcv/imv/data.sql).
* configure: Load fetcher plugins after crypto base pluginsMartin Willi2014-09-244-4/+4
| | | | | | | | | | Some fetcher plugins (such as curl) might build upon OpenSSL to implement HTTPS fetching. As we set (and can't unset) threading callbacks in our openssl plugin, we must ensure that OpenSSL functions don't get called after openssl plugin unloading. We achieve that by loading curl and all other fetcher plugins after the base crypto plugins, including openssl.
* Removed django.db from swid scenariosAndreas Steffen2014-06-261-0/+0
|
* Updated strongTNC configurationAndreas Steffen2014-06-113-4/+7
|
* Test SWID REST API ins tnc/tnccs-20-pdp scenariosAndreas Steffen2014-05-319-16/+75
|
* Migration from Debian 7.4 to 7.5Andreas Steffen2014-05-311-2/+2
|
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-123-3/+1
|
* Handle tag separatorsAndreas Steffen2014-04-151-1/+1
|
* Updated SWID scenariosAndreas Steffen2014-04-153-2/+13
|
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-1524-0/+428