From e117efb15a1202e982c69a3686f049211f7889db Mon Sep 17 00:00:00 2001 From: kjaniak Date: Fri, 12 Jul 2019 14:29:25 +0200 Subject: Adding script for Performance tests of HV-VES on cloud Change-Id: If71b0e8b04ce23a5daafef632788667ccd50c1a1 Issue-ID: DCAEGEN2-1664 Signed-off-by: kjaniak --- tools/performance/cloud/test.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/performance/cloud/test.properties') diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 9865339c..596119e7 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -1,9 +1,9 @@ -# TODO: in script create configmap from that file - # PRODUCER CONFIGURATION # HV-VES address -producer.hvVesAddress=ves-hv-collector:6061 +#producer.hvVesAddress=: +producer.hvVesAddress=10.43.165.111:6061 + # Number of pods to create producer.pod.count=1 # Number of clients per pod @@ -15,7 +15,6 @@ producer.message.count=1000 # Interval between messages producer.message.interval=0 - # CONSUMER CONFIGURATION # Addresses of Kafka services to consume from -- cgit 1.2.3-korg