diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-02 19:11:16 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-02 19:11:16 +0100 |
commit | 06987aac6ea50e40915a59c0d3d52c84ae7e5498 (patch) | |
tree | 94b679858381f7aced32d5a1e9d390631315ad90 /Makefile | |
parent | 22b4bb12df2afc9b99ba3b790eff35973ccc629c (diff) |
Move to external signing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -32,8 +32,10 @@ tests-prepare: mkdir -p test/nodes/frontend-1/log mkdir -p test/nodes/storage-1/log mkdir -p test/nodes/storage-2/log + mkdir -p test/nodes/signing-1/log cp test/config/frontend-1.config rel cp test/config/storage-1.config rel + cp test/config/signing-1.config rel cp -r test/config/privatekeys rel cp -r test/config/publickeys rel rm -r rel/tests || true @@ -44,8 +46,8 @@ tests-prepare: touch rel/tests/machine/machine-1/db/index touch rel/tests/machine/machine-1/db/newentries -NODES=frontend-1 storage-1 -TESTURLS=https://127.0.0.1:8080/ https://127.0.0.1:8081/ https://127.0.0.1:8082/ +NODES=frontend-1 storage-1 signing-1 +TESTURLS=https://127.0.0.1:8080/ https://127.0.0.1:8081/ https://127.0.0.1:8082/ https://127.0.0.1:8088/ tests-start: @for node in $(NODES); do \ |