From b2c4992a8235d0947632cb30ae060f4a3c202abf Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 21 Sep 2016 02:19:31 -0700 Subject: [PATCH] functional-tester: use different ports in Procfile --- tools/functional-tester/Procfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/functional-tester/Procfile b/tools/functional-tester/Procfile index c7c2ecb1c..f4cccc0a7 100644 --- a/tools/functional-tester/Procfile +++ b/tools/functional-tester/Procfile @@ -1,4 +1,4 @@ -agent-1: mkdir -p agent-1 && cd agent-1 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:9027 -use-root=false -agent-2: mkdir -p agent-2 && cd agent-2 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:9028 -use-root=false -agent-3: mkdir -p agent-3 && cd agent-3 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:9029 -use-root=false -stresser: sleep 1s && bin/etcd-tester -agent-endpoints "localhost:9027,localhost:9028,localhost:9029" -client-ports 12379,22379,32379 -peer-ports 12380,22380,32380 +agent-1: mkdir -p agent-1 && cd agent-1 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:19027 -use-root=false +agent-2: mkdir -p agent-2 && cd agent-2 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:29027 -use-root=false +agent-3: mkdir -p agent-3 && cd agent-3 && ../bin/etcd-agent -etcd-path ../bin/etcd -port localhost:39027 -use-root=false +stresser: sleep 1s && bin/etcd-tester -agent-endpoints "localhost:19027,localhost:29027,localhost:39027" -client-ports 12379,22379,32379 -peer-ports 12380,22380,32380