diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-05-29 08:02:39 +0200 |
---|---|---|
committer | Kornel Janiak <kornel.janiak@nokia.com> | 2020-06-04 13:22:31 +0000 |
commit | b44416a72f3ce23a3254229c9f469c21df86c82f (patch) | |
tree | 503be194f34b60c3be5cc41433a8121ca336522d /tools/performance/cloud/test.properties | |
parent | b6f19c8aad44a300eb84a8979abaa02a267b0162 (diff) |
Refactor performance scripts
-change scripts to use deployment instead of pod
-add function for instant,inverval mode
-add config files
-remove unused variable from test.properties
Issue-ID: DCAEGEN2-1576
Change-Id: Ice889f7e8e1dd2d787c7b59a9701669a93a7cfb1
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Diffstat (limited to 'tools/performance/cloud/test.properties')
-rw-r--r-- | tools/performance/cloud/test.properties | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 53a38e23..05a50055 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -2,14 +2,6 @@ # HV-VES address producer.hvVesAddress=dcae-hv-ves-collector.onap:6061 -# Number of clients per pod -producer.client.count=1 -# Size in bytes of a single message -producer.message.size=16384 -# Amount of messages to sent by one client in a single pod -producer.message.count=1000 -# Interval between messages in milliseconds -producer.message.interval=1 # Path to client cert file client.cert.path=/ssl/client.p12 # Path to cert pass file |