summaryrefslogtreecommitdiff
path: root/tools/testcase1.py
Commit message (Collapse)AuthorAgeFilesLines
* Make tests run independently from cwdlarge-tests3Magnus Ahltorp2016-10-131-5/+6
|
* Merge is now run by shell script tools/merge.Linus Nordberg2015-11-101-2/+2
| | | | | | | tools/merge run merge_fetch.py, merge_backup.py, merge_sth.py and merge_dist.py sequentially. TODO: test backupquorum != 0
* Don't require logprivatekey if hsm is configured for a signing node.mergesecondaryMagnus Ahltorp2015-04-231-9/+11
|
* Verify SSL certificates and hostnames in python codesslverifyMagnus Ahltorp2015-04-101-0/+3
| | | | Closes CATLFISH-34
* Cleanup tests and use urllib2.build_openercleanup-testsMagnus Ahltorp2015-03-311-4/+8
| | | | | | | | | Remove unused files Generate test config files directly in release directory Move test database files to "tests" directory Generate log key when preparing tests Report error when STH not found in v1.erl Make merge, fetchallcerts, submitcert, verifysct, and testcase1 take log key as argument
* Generate config from master config. Verify responses in merge.py.Magnus Ahltorp2015-03-231-7/+5
|
* Support multiple baseurls in testMagnus Ahltorp2015-03-231-51/+62
|
* Fix signature calculation in testMagnus Ahltorp2015-03-231-1/+2
|
* Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-041-2/+5
|
* merge.py: use external signingMagnus Ahltorp2015-03-031-1/+1
|
* Require authentication for merge callsMagnus Ahltorp2015-02-271-1/+1
|
* Add consistency proof checking to testcase1Magnus Ahltorp2015-02-271-1/+23
| | | | Fix consistency proof checking when first size is power of 2
* testcase1: Actually verify inclusion proofMagnus Ahltorp2015-02-201-2/+9
|
* Move hardcoded merge parameters to command lineMagnus Ahltorp2015-02-201-7/+10
|
* Check return value from merge.pyMagnus Ahltorp2014-10-281-6/+15
|
* Repair tests to work with x509 validation code. Add intermediate ↵Magnus Ahltorp2014-10-241-1/+1
| | | | certificates to test chains.
* Added external merging supportMagnus Ahltorp2014-10-241-0/+13
|
* Add copyright and licensing information.Linus Nordberg2014-10-151-0/+4
| | | | After offline discussions with Magnus Ahltorp.
* testcase1: Added certificate fetchingMagnus Ahltorp2014-10-081-37/+88
|
* Added basic system testMagnus Ahltorp2014-10-081-0/+133