diff options
author | Magnus Ahltorp <map@kth.se> | 2016-08-25 16:50:39 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2016-10-05 10:08:43 +0200 |
commit | 49b40a0170b80b204746ab3bc42a73c5c60bcf0c (patch) | |
tree | cfb4b4e1a49b0cb05072e88829dfd801f293b745 /test/catlfish-test-local-1.cfg | |
parent | 3be07b6f8ad46cf7ad4aff31e097a416f61ad50d (diff) |
Move tests to test/Makefile
Tests only touch the catlfish/tests directory.
Diffstat (limited to 'test/catlfish-test-local-1.cfg')
-rw-r--r-- | test/catlfish-test-local-1.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/catlfish-test-local-1.cfg b/test/catlfish-test-local-1.cfg index a4a0859..adc3e84 100644 --- a/test/catlfish-test-local-1.cfg +++ b/test/catlfish-test-local-1.cfg @@ -17,15 +17,15 @@ storageaddresses: paths: configdir: . - knownroots: tests/known_roots - https_certfile: tests/httpscert/httpscert-1.pem - https_keyfile: tests/httpscert/httpskey-1.pem - https_cacertfile: tests/httpsca/demoCA/cacert.pem - public_cacertfile: tests/httpsca/demoCA/cacert.pem - db: tests/machine/machine-1/db/ - publickeys: tests/publickeys - logpublickey: tests/keys/logkey.pem - privatekeys: tests/privatekeys + knownroots: known_roots + https_certfile: httpscert/httpscert-1.pem + https_keyfile: httpscert/httpskey-1.pem + https_cacertfile: httpsca/demoCA/cacert.pem + public_cacertfile: httpsca/demoCA/cacert.pem + db: machine/machine-1/db/ + publickeys: publickeys + logpublickey: keys/logkey.pem + privatekeys: privatekeys ratelimits: add_chain: 10 per second |