chiark / gitweb /
tests: only generate keystores when that is actually being tested
authorHans-Christoph Steiner <hans@eds.org>
Wed, 20 Dec 2017 16:03:48 +0000 (17:03 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 20 Dec 2017 22:46:37 +0000 (23:46 +0100)
commit173a35b190d03c40897562de0c7e05cdb566c3ff
treea3f818697f28b040cebfb3a00c14fbda0ad63c8a
parenteb81eaa574990e1d134a538915bbe32e4a78f751
tests: only generate keystores when that is actually being tested

Generating a keystore is quite slow since it means a new RSA key is created.
That only needs to happen in the tests that check that it actually happened,
otherwise the test can just reuse the stored test keystore.

closes #432
tests/complete-ci-tests
tests/run-tests