diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-01 17:04:39 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-09 00:50:48 +0100 |
commit | 8367911e8683311cd6521bcf069c8c71620595f8 (patch) | |
tree | 6d95b23a32108c35ba244d7481ca775369cb28e6 /test/catlfish-test.cfg.in | |
parent | 221c6771035d7a3c1e0441a46248a44ca2e99077 (diff) |
Refactor tests
Diffstat (limited to 'test/catlfish-test.cfg.in')
-rw-r--r-- | test/catlfish-test.cfg.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/test/catlfish-test.cfg.in b/test/catlfish-test.cfg.in index 68c753f..c3b59b0 100644 --- a/test/catlfish-test.cfg.in +++ b/test/catlfish-test.cfg.in @@ -4,10 +4,20 @@ frontendnodes: - name: frontend-1 publicaddress: localhost:8080 address: localhost:8082 + - name: frontend-2 + publicaddress: localhost:8090 + address: localhost:8092 + - name: frontend-3 + publicaddress: localhost:8000 + address: localhost:8002 storagenodes: - name: frontend-1 address: localhost:8081 + - name: frontend-2 + address: localhost:8091 + - name: frontend-3 + address: localhost:8001 signingnodes: - name: signing-1 @@ -15,8 +25,11 @@ signingnodes: mergenodes: - name: merge-1 - - name: merge-2 address: localhost:8181 + - name: merge-2 + address: localhost:8182 + - name: merge-3 + address: localhost:8183 primarymergenode: merge-1 |