Fix simulator topics for lower case
[policy/models.git] / models-sim / policy-models-simulators / src / test / resources / invalidTopicServer.json
1 {
2     "dmaapProvider": {
3         "name": "DMaaP simulator",
4         "topicSweepSec": 300,
5         "restServerParameters": {
6
7         }
8     },
9     "topicSinks": [
10         {
11             "topic": "APPC-LCM-READ",
12             "servers": ["localhost"],
13             "port": 3905,
14             "topicCommInfrastructure": "DMAAP",
15             "https": true
16         }
17     ],
18     "topicSources": [
19         {
20             "topic": "APPC-LCM-WRITE",
21             "servers": ["localhost"],
22             "port": 3905,
23             "topicCommInfrastructure": "DMAAP",
24             "https": true
25         }
26     ],
27     "topicServers": [
28         {
29             "name": "Invalid Topic simulator",
30             "providerClass": "org.onap.policy.simulators.InvalidTopicServer",
31             "sink": "APPC-LCM-READ",
32             "source": "APPC-LCM-WRITE"
33         }
34     ]
35 }