aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
diff options
context:
space:
mode:
Diffstat (limited to 'models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json')
-rw-r--r--models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json44
1 files changed, 0 insertions, 44 deletions
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