From b44416a72f3ce23a3254229c9f469c21df86c82f Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Fri, 29 May 2020 08:02:39 +0200 Subject: 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 --- tools/performance/cloud/test.properties | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools/performance/cloud/test.properties') 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 -- cgit 1.2.3-korg