aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-12tests: workaround for compiling with older cmockaAris Adamantiadis1-0/+6
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-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>
2015-01-21tests: Fix torture_server_x11().Andreas Schneider1-0/+1
2015-01-20tests: Add ssh server setup functionalityAlan Dunn1-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>
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn1-0/+1
Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2014-08-15torture: Add public testkey passphrase function.Andreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
2014-08-15torture: Add public testkey functions.Andreas Schneider1-0/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
2014-08-15tests: Make write file a public torture function.Andreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider1-1/+1
cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
2011-12-27torture: Fix compilation with cmockery.Andreas Schneider1-1/+2
2011-02-06torture: Added a function to setup a sftp session.Andreas Schneider1-0/+9
2011-02-06torture: Added torture_isdir().Andreas Schneider1-0/+1
2011-02-06torture: Added torture_rmdirs().Andreas Schneider1-0/+2
2011-02-06torture: Added GPL header.Andreas Schneider1-0/+24
2011-02-06tests: Added a torture_ssh_session().Andreas Schneider1-0/+4
2011-01-13Replaced argp support for platforms that support itAris Adamantiadis1-0/+9
Argp is really useful, but it's not mandatory.
2010-12-28tests: Migrate the torture library to cmockery.Andreas Schneider1-27/+6
2010-05-18Added verbosity flag for unit testsAris Adamantiadis1-0/+7
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-0/+6
2010-03-02Added unit testing support using check.Andreas Schneider1-0/+34