From 605be8e5119b5aaf7ec52dbc05a504ec2a3a6173 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Tue, 23 Apr 2019 16:11:37 +0200 Subject: Switch to DMaaP kafka image Issue-ID: DCAEGEN2-1448 Change-Id: I9f0c375eb8530749fa6bdc506a3246f7b5f6575c Signed-off-by: kjaniak --- .../resources/hv-ves-configuration-with-different-topic.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json') diff --git a/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json index d3d1f4c3..7cd830d6 100644 --- a/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json +++ b/tests/dcaegen2-collectors-hv-ves/testcases/resources/hv-ves-configuration-with-different-topic.json @@ -2,6 +2,10 @@ "streams_publishes": { "perf3gpp": { "type": "kafka", + "aaf_credentials": { + "username": "admin", + "password": "admin_secret" + }, "kafka_info": { "bootstrap_servers": "kafka:9092", "topic_name": "TEST_HV_VES_PERF3GPP_BUT_WITH_EXTRA_WORDS" -- cgit 1.2.3-korg