aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock_config.json')
-rw-r--r--tests/mock_config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/mock_config.json b/tests/mock_config.json
index 30e3251..50e8862 100644
--- a/tests/mock_config.json
+++ b/tests/mock_config.json
@@ -29,6 +29,19 @@
"timeout_in_secs": 1,
"ws_ping_interval_in_secs": 1800
},
+ "dmaap_mr" : {
+ "url" : "https://unit-test-dmaap-mr:280800000/events/unit-test-topicname/unit-test-consumegroup/unit-test-consumerid",
+ "query": {
+ "timeout": 15000
+ },
+ "headers" : {
+ "Content-Type" : "application/json",
+ "Authorization" : "Basic auth"
+ },
+ "target_entity" : "dmaap_mr",
+ "tls_ca_mode" : "cert_directory",
+ "timeout_in_secs": 60
+ },
"deploy_handler" : {
"target_entity" : "deployment_handler",
"url" : "http://unit-test-deployment_handler:8188000",