X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-simulators%2Fsrc%2Ftest%2Fresources%2Forg%2Fonap%2Fpolicy%2Fsimulators%2Fdmaap%2FTopicParameters.json;fp=models-interactions%2Fmodel-simulators%2Fsrc%2Ftest%2Fresources%2Forg%2Fonap%2Fpolicy%2Fsimulators%2Fdmaap%2FTopicParameters.json;h=0000000000000000000000000000000000000000;hb=49f07db935d114b72a44e446867b16262dd552aa;hp=03531918b0334e0c697233c3814dd2e3ede3c6c4;hpb=71be21fd5b9b52c613bb855f00a79a51e81906dd;p=policy%2Fmodels.git 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 index 03531918b..000000000 --- a/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json +++ /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