summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
Commit message (Collapse)AuthorAgeFilesLines
* torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider2015-05-061-0/+2
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* tests: workaround for compiling with older cmockaAris Adamantiadis2015-02-121-0/+6
|
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-021-1/+4
| | | | | | | | Option can be used to filter out irrelevant tests usage: ./torture_pki '*ed25519' Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* tests: Fix torture_server_x11().Andreas Schneider2015-01-211-0/+1
|
* tests: Add ssh server setup functionalityAlan Dunn2015-01-201-0/+5
| | | | | | | | | Add the ability to generate a keypair (RSA, but tests that focus on what occurs over a connection may well not care) and an ssh_bind easily. Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-201-0/+1
| | | | | Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* torture: Add public testkey passphrase function.Andreas Schneider2014-08-151-0/+1
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
* torture: Add public testkey functions.Andreas Schneider2014-08-151-0/+5
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
* tests: Make write file a public torture function.Andreas Schneider2014-08-151-0/+2
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
* src: Update my mail address.Andreas Schneider2014-01-071-1/+1
|
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-071-1/+1
| | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
* torture: Fix compilation with cmockery.Andreas Schneider2011-12-271-1/+2
|
* torture: Added a function to setup a sftp session.Andreas Schneider2011-02-061-0/+9
|
* torture: Added torture_isdir().Andreas Schneider2011-02-061-0/+1
|
* torture: Added torture_rmdirs().Andreas Schneider2011-02-061-0/+2
|
* torture: Added GPL header.Andreas Schneider2011-02-061-0/+24
|
* tests: Added a torture_ssh_session().Andreas Schneider2011-02-061-0/+4
|
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-131-0/+9
| | | | Argp is really useful, but it's not mandatory.
* tests: Migrate the torture library to cmockery.Andreas Schneider2010-12-281-27/+6
|
* Added verbosity flag for unit testsAris Adamantiadis2010-05-181-0/+7
|
* Factorize all the main functions in unit testsAris Adamantiadis2010-05-181-0/+6
|
* Added unit testing support using check.Andreas Schneider2010-03-021-0/+34