Fix simulator topics for lower case
[policy/models.git] / models-interactions / model-simulators / src / test / resources / org / onap / policy / simulators / dmaap / TopicParameters.json
index ba1f480..0353191 100644 (file)
@@ -7,6 +7,18 @@
             ],
             "topicCommInfrastructure": "dmaap",
             "fetchTimeout": 100
+        },
+        {
+            "topic": "MY-AUTH-TOPIC",
+            "servers": [
+                "localhost:${authPort}"
+            ],
+            "topicCommInfrastructure": "dmaap",
+            "fetchTimeout": 100,
+            "useHttps": true,
+            "allowSelfSignedCerts": true,
+            "userName": "my-username",
+            "password": "my-password"
         }
     ],
     "topicSinks": [
                 "localhost:${port}"
             ],
             "topicCommInfrastructure": "dmaap"
+        },
+        {
+            "topic": "MY-AUTH-TOPIC",
+            "servers": [
+                "localhost:${authPort}"
+            ],
+            "topicCommInfrastructure": "dmaap",
+            "useHttps": true,
+            "allowSelfSignedCerts": true,
+            "userName": "my-username",
+            "password": "my-password"
         }
     ]
 }
\ No newline at end of file