aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-pdp-pt-tls/pretest.dat
Commit message (Collapse)AuthorAgeFilesLines
* testing: strongTNC does not come with django.db any moreAndreas Steffen2016-12-171-1/+1
|
* testing: Start charon before Apache in tnc/tnccs-20-pdp-pt-tlsTobias Brunner2016-06-211-1/+1
| | | | | | | | | | | | | The change in c423d0e8a124 ("testing: Fix race in tnc/tnccs-20-pdp-pt-tls scenario") is not really ideal as now the vici plugin might not yet be ready when `swanctl --load-creds` is called. Perhaps starting charon before Apache causes enough delay. Once we switch to charon-systemd this isn't a problem anymore as starting the unit will block until everything is up and ready. Also, the individual swanctl calls will be redundant as the default service unit calls --load-all. But start scripts do run before charon-systemd signals that the daemon is ready, so using these would work too then.
* testing: Fix race in tnc/tnccs-20-pdp-pt-tls scenarioTobias Brunner2016-06-171-0/+1
| | | | | | | | | | aacf84d837e7 ("testing: Add expect-connection calls for all tests and hosts") removed the expect-connection call for the non-existing aaa connection. However, because the credentials were loaded asynchronously via start-script the clients might have been connecting when the secrets were not yet loaded. As `swanctl --load-creds` is a synchronous call this change avoids that issue without having to add a sleep or failing expect-connection call.
* testing: Add expect-connection calls for all tests and hostsTobias Brunner2016-06-161-1/+0
| | | | There are some exceptions (e.g. those that use auto=start or p2pnat).
* testing: Converted tnc scenarios to swanctlAndreas Steffen2015-12-111-1/+3
|
* testing: Reduce runtime of all tests that use SQLite databases by storing ↵Tobias Brunner2015-11-091-5/+2
| | | | them in ramfs
* testing: Improve runtime of TNC tests by storing the SQLite DB in ramfsTobias Brunner2015-11-091-1/+4
| | | | This saves about 50%-70% of the time needed for scenarios that use a DB.
* testing: Remove nearly all sleep calls from pretest and posttest scriptsTobias Brunner2015-11-091-2/+1
| | | | | By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
* testing: Make TNC scenarios agnostic to the actual Debian versionTobias Brunner2014-10-071-0/+1
| | | | | 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).
* Updated strongTNC configurationAndreas Steffen2014-06-111-0/+1
|
* Test SWID REST API ins tnc/tnccs-20-pdp scenariosAndreas Steffen2014-05-311-4/+7
|
* Implemented segmented SWID tag attributes on IMV sideAndreas Steffen2014-04-151-0/+19