diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-10-11 07:23:59 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-10-11 08:24:39 +0200 |
commit | 26bc22297811ba2d0e37b512516a86474689d879 (patch) | |
tree | bcd09b2e77ce0f70b7bc39820ebaf6b79adc0e74 /tools/performance/cloud/test.properties | |
parent | 2e334500fba9893f1f2d2ab3b9528c638d993a03 (diff) |
Add SSL support to cloud performance tests
Change-Id: Ie0a6341592efe3bfe3e386c01026600d16110cef
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Issue-ID: DCAEGEN2-1827
Diffstat (limited to 'tools/performance/cloud/test.properties')
-rw-r--r-- | tools/performance/cloud/test.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 092c51cf..53a38e23 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -10,7 +10,10 @@ producer.message.size=16384 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 +client.cert.pass.path=/ssl/client.pass # CONSUMER CONFIGURATION # Addresses of Kafka services to consume from |