diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-07-19 11:46:03 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-07-19 11:48:25 +0200 |
commit | 2b6696e220e8f97098bd74d97cfdbb477a14429c (patch) | |
tree | 0386b6e43b48206828761184812d6f2005c7fbeb /tools/performance | |
parent | e117efb15a1202e982c69a3686f049211f7889db (diff) |
Fix of hv-ves dns configuration
Change-Id: I2f859c5a683fb9de0efd2ba93dcd853d8f70df1d
Issue-ID: DCAEGEN2-1664
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'tools/performance')
-rw-r--r-- | tools/performance/cloud/test.properties | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 596119e7..963aaec2 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -1,11 +1,7 @@ # PRODUCER CONFIGURATION # HV-VES address -#producer.hvVesAddress=<host>:<port> -producer.hvVesAddress=10.43.165.111:6061 - -# Number of pods to create -producer.pod.count=1 +producer.hvVesAddress=dcae-hv-ves-collector.onap:6061 # Number of clients per pod producer.client.count=1 # Size in bytes of a single message |