From e67187c38e4e5a97ab971554d8acf9466e9775c2 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 1 Mar 2017 17:04:39 +0100 Subject: Refactor tests --- test/catlfish-test.cfg.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'test/catlfish-test.cfg.in') 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 -- cgit v1.1