aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/src/test/resources/sample_service_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-services/cbs-client/src/test/resources/sample_service_config.json')
-rw-r--r--rest-services/cbs-client/src/test/resources/sample_service_config.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/rest-services/cbs-client/src/test/resources/sample_service_config.json b/rest-services/cbs-client/src/test/resources/sample_service_config.json
index 266326f4..e5798597 100644
--- a/rest-services/cbs-client/src/test/resources/sample_service_config.json
+++ b/rest-services/cbs-client/src/test/resources/sample_service_config.json
@@ -2,6 +2,14 @@
"keystore.path": "/var/run/security/keystore.p12",
"streams_publishes": {
"perf3gpp": {
+ "testArray": [{
+ "testPrimitiveArray": ["${AAF_USER}", "${AAF_PASSWORD}", {"nestedArray": ["${AAF_USER}"]}],
+ "testPrimitive": "${AAF_USER}",
+ "aaf_credentials": {
+ "username": "${AAF_USER}",
+ "password": "${AAF_PASSWORD}"
+ }
+ }],
"type": "kafka",
"kafka_info": {
"bootstrap_servers": "dmaap-mr-kafka:6060",
@@ -9,12 +17,20 @@
}
},
"pnf_ready": {
+ "aaf_credentials": {
+ "username": "${AAF_USER}",
+ "password": "${AAF_PASSWORD}"
+ },
"type": "message_router",
"dmaap_info": {
"topic_url": "http://message-router:3904/events/VES_PNF_READY"
}
},
"call_trace": {
+ "aaf_credentials": {
+ "username": "${AAF_USER}",
+ "password": "${AAF_PASSWORD}"
+ },
"type": "kafka",
"kafka_info": {
"bootstrap_servers": "dmaap-mr-kafka:6060",