summaryrefslogtreecommitdiff
path: root/tools/testcase1.py
Commit message (Collapse)AuthorAgeFilesLines
* Have loginfo.py tolerate 500 for a while when waiting for STH.Linus Nordberg2017-02-081-9/+0
|
* Handle lack of STH in mergestatusMagnus Ahltorp2017-02-071-4/+8
|
* Improve start and stop of Erlang nodesMagnus Ahltorp2017-02-071-5/+37
|
* Tolerate 500 for a while when waiting for tree sizeMagnus Ahltorp2017-02-061-1/+10
|
* Wait for merge in testsMagnus Ahltorp2017-02-061-14/+29
|
* Parallelised merge, distribution phase.erlmerge_distLinus Nordberg2017-02-011-1/+4
|
* Update copyright headers.Linus Nordberg2017-01-121-1/+1
|
* Make tests run independently from cwdMagnus 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.Magnus Ahltorp2015-04-231-9/+11
|
* Verify SSL certificates and hostnames in python codeMagnus Ahltorp2015-04-101-0/+3
| | | | Closes CATLFISH-34
* Cleanup tests and use urllib2.build_openerMagnus 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 supportmap-external-merge2Magnus Ahltorp2014-10-241-0/+13
|
* Add copyright and licensing information.copyrightLinus 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