Remove dmaap from models
[policy/models.git] / models-interactions / model-simulators / src / test / resources / org / onap / policy / simulators / dmaap / TopicParameters.json
diff --git a/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json b/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
deleted file mode 100644 (file)
index 0353191..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-    "topicSources": [
-        {
-            "topic": "MY-TOPIC",
-            "servers": [
-                "localhost:${port}"
-            ],
-            "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": [
-        {
-            "topic": "MY-TOPIC",
-            "servers": [
-                "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