Fix Cert-service tests
[integration/csit.git] / plans / usecases-5G-bulkpm / 5G-bulkpm / assets / cbs_sim / cbs-initializer.json
1 [{
2    "httpRequest":{
3       "method":"GET",
4       "path":"/service_component/pmmapper",
5       "headers":{
6          "!X-ONAP-RequestID":[
7             "!12345"
8          ],
9          "!X-ONAP-InvocationID":[
10             "!12345"
11          ],
12          "X-ONAP-PartnerName":[
13             "pm-mapper"
14          ],
15          "User-Agent":[
16             "Java/11.0.7"
17          ],
18          "Host":[
19             "!some-random-host:10000"
20          ],
21          "Accept":[
22             "text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"
23          ],
24          "Connection":[
25             "keep-alive"
26          ],
27          "content-length":[
28             "0"
29          ]
30       },
31       "keepAlive":true,
32       "secure":false
33    },
34    "httpResponse":{
35       "statusCode":200,
36       "headers":{
37          "content-type":[
38             "application/json"
39          ]
40       },
41       "body":{
42          "type":"JSON",
43          "json":{
44             "pm-mapper-filter":"{\"filters\": []}",
45             "key_store_path":"/opt/app/pm-mapper/etc/cert.jks",
46             "key_store_pass_path":"/opt/app/pm-mapper/etc/jks.pass",
47             "trust_store_path":"/opt/app/pm-mapper/etc/trust.jks",
48             "trust_store_pass_path":"/opt/app/pm-mapper/etc/trust.pass",
49             "dmaap_dr_delete_endpoint":"https://dmaap-dr-node:8443/delete",
50             "dmaap_dr_feed_name":"1",
51             "aaf_identity":"aaf_admin@people.osaaf.org",
52             "aaf_password":"demo123456!",
53             "enable_http":true,
54             "streams_publishes":{
55                "dmaap_publisher":{
56                   "type":"message_router",
57                   "dmaap_info":{
58                      "topic_url":"http://dmaap-message-router:3904/events/org.onap.dmaap.mr.VES_PM",
59                      "client_role":"org.onap.dcae.pmPublisher",
60                      "location":"csit-pmmapper",
61                      "client_id":"1562763644939"
62                   }
63                }
64             },
65             "streams_subscribes":{
66                "dmaap_subscriber":{
67                   "type":"data_router",
68                   "dmaap_info":{
69                      "username":"username",
70                      "password":"password",
71                      "location":"csit-pmmapper",
72                      "delivery_url":"http://dcae-pm-mapper:8081/delivery",
73                      "subscriber_id":1
74                   }
75                }
76             }
77          }
78       }
79    }
80 },
81      {
82     "httpRequest": {
83       "path": "/health"
84     },
85     "httpResponse": {
86       "statusCode": 200,
87       "headers": {
88         "content-type": [
89           "application/json"
90         ]
91       },
92       "body": "{}"
93     }
94   }
95 ]