summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to test/MakefileMagnus Ahltorp2016-10-051-200/+1
| | | | Tests only touch the catlfish/tests directory.
* Remove formatupgrade testsMagnus Ahltorp2016-10-051-57/+0
|
* Use check-sth.py; Add missing testcerts/cert7.Linus Nordberg2016-07-121-8/+8
|\
| * Added permdb support to mergecatlfish-78Magnus Ahltorp2016-07-081-1/+0
| |
| * Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-081-3/+49
| | | | | | | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
* | Added permdb support to mergeMagnus Ahltorp2016-07-111-1/+0
| |
* | Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-111-3/+49
|/ | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
* Add a test for when merge backup fails.Linus Nordberg2015-11-101-2/+17
| | | | Also, avoid tracebacks on ECONNREFUSED by catching urrllib2.URLError.
* Add ERLANGNODES to (generated) test.mk.Linus Nordberg2015-11-101-1/+1
| | | | merge-1 is a NODE but doesn't have an erl(1) instance.
* Merge is now run by shell script tools/merge.Linus Nordberg2015-11-101-5/+5
| | | | | | | tools/merge run merge_fetch.py, merge_backup.py, merge_sth.py and merge_dist.py sequentially. TODO: test backupquorum != 0
* Don't break when running tests a second time.Linus Nordberg2015-08-311-0/+1
| | | | mkdir was unhappy when directory 'fetchcertstore' already exists.
* Include .py files in TAGS.Linus Nordberg2015-08-201-1/+1
|
* Script for converting database to new formatMagnus Ahltorp2015-08-191-0/+57
|
* Merge remote-tracking branch 'refs/remotes/map/storagegc'Linus Nordberg2015-08-191-0/+3
|\ | | | | | | | | Conflicts: Makefile
| * Added storage gc scriptstoragegcMagnus Ahltorp2015-07-311-0/+3
| |
* | Add tests for precerts.Magnus Ahltorp2015-08-061-0/+7
| |
* | Return correct extra-data for precerts too (closes CATLFISH-56).Linus Nordberg2015-08-061-0/+2
|/ | | | Verify precerts in make tests too.
* [tests] Verify that primary and secondary merge nodes have the same data.Linus Nordberg2015-07-311-0/+2
|
* Preliminary merge secondary support. Change merge db to lowercase.Magnus Ahltorp2015-07-311-3/+10
|
* Don't require --publickey, but print better error message.check-sth3Magnus Ahltorp2015-05-221-1/+1
|
* Run check-sth.py in testscheck-sth2Magnus Ahltorp2015-05-221-0/+3
|
* Dialyzer clean.Linus Nordberg2015-05-061-0/+5
|
* Replace halt.py with a more generic to_catlfish.py.Linus Nordberg2015-04-231-2/+5
| | | | | Use to_catlfish.py with "init:stop()". This will be useful for stopping in non testing scenarios.
* Set string_mask in OpenSSL config file when creating a certificate request.Linus Nordberg2015-04-161-0/+1
| | | | utf8only should match modern OpenSSL configs.
* Verify SSL certificates and hostnames in python codesslverifyMagnus Ahltorp2015-04-101-11/+11
| | | | Closes CATLFISH-34
* Testing environment for hsm signingMagnus Ahltorp2015-04-101-0/+4
|
* Do cd into $INSTDIR after all.Linus Nordberg2015-04-011-2/+2
| | | | map is right.
* Docker packaging.Linus Nordberg2015-04-011-44/+48
|
* Generate test authentication keys dynamicallyMagnus Ahltorp2015-03-311-2/+6
|
* Rename RELDIR -> PREFIX.Linus Nordberg2015-03-311-39/+39
|
* X.509 cert generation for http servercagenMagnus Ahltorp2015-03-311-1/+27
|
* Cleanup tests and use urllib2.build_openercleanup-testsMagnus Ahltorp2015-03-311-40/+36
| | | | | | | | | 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
* Provide function for calculating entryhash from entryentryhash-mergeMagnus Ahltorp2015-03-271-1/+1
|
* [Make] db/treesize isn't used anymore.Linus Nordberg2015-03-261-1/+0
|
* Cosmetic changes.Linus Nordberg2015-03-261-5/+1
|
* Fix typocompileconfig2Magnus Ahltorp2015-03-231-1/+1
|
* Generate config from master config. Verify responses in merge.py.Magnus Ahltorp2015-03-231-38/+38
|
* Add submission and verification of two precerts to the tests.Linus Nordberg2015-03-231-0/+3
| | | | One of them is signed by an ordinare cert, the other by a precertificate
* Test moreextsignMagnus Ahltorp2015-03-081-1/+19
|
* Move to external signingMagnus Ahltorp2015-03-021-2/+4
|
* Move test nodes list to variablesauthentication2Magnus Ahltorp2015-02-281-4/+7
|
* Improve tests-start and tests-stopMagnus Ahltorp2015-02-271-6/+19
|
* Added authentication between frontend and storage nodesMagnus Ahltorp2015-02-271-0/+2
|
* Don't start erl with `-name'.Linus Nordberg2015-02-271-2/+2
| | | | That's for distributed nodes and we don't do that.
* Add fetching all certs to the list of testsMagnus Ahltorp2015-02-201-3/+4
|
* Make unit tests work again.Linus Nordberg2015-02-191-0/+4
| | | | Makefile target 'check' runs them.
* Make 'release' depend on 'all'.Linus Nordberg2014-11-031-1/+1
|
* Protect rel/db when making 'release'.Linus Nordberg2014-11-031-0/+3
|
* httpd.conf removed, reflect this in Makefile. Touch test db files.external-merge3Magnus Ahltorp2014-10-281-2/+2
|
* System tests for external mergeMagnus Ahltorp2014-10-241-0/+33
|