diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-07-12 14:29:25 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-07-17 15:11:07 +0200 |
commit | e117efb15a1202e982c69a3686f049211f7889db (patch) | |
tree | 5a64d574ec414a5f75cb8e52a819dde2092589cd /tools/performance/cloud/test.properties | |
parent | a313a7fb4ba81e960397ec432ce02c28804a44b4 (diff) |
Adding script for Performance tests of HV-VES on cloud
Change-Id: If71b0e8b04ce23a5daafef632788667ccd50c1a1
Issue-ID: DCAEGEN2-1664
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'tools/performance/cloud/test.properties')
-rw-r--r-- | tools/performance/cloud/test.properties | 7 |
1 files changed, 3 insertions, 4 deletions
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=<host>:<port> +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 |