X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fsrc%2Ftest%2Fresources%2Ftest_application_configuration_with_dmaap_config.json;fp=policy-agent%2Fsrc%2Ftest%2Fresources%2Ftest_application_configuration_with_dmaap_config.json;h=61ab31e88a35a86a7f08eb6d42eb4091221cfd9e;hb=4e7db50d7fb3fd2c7101520f00f0f0b4baf9bddc;hp=6d6cdce4f4d585f6b2756282a2b082cb82b9d1c8;hpb=824033853e6b3b52f9019283e85f21006596b0fb;p=nonrtric.git diff --git a/policy-agent/src/test/resources/test_application_configuration_with_dmaap_config.json b/policy-agent/src/test/resources/test_application_configuration_with_dmaap_config.json index 6d6cdce4..61ab31e8 100644 --- a/policy-agent/src/test/resources/test_application_configuration_with_dmaap_config.json +++ b/policy-agent/src/test/resources/test_application_configuration_with_dmaap_config.json @@ -1,47 +1,47 @@ { - "config":{ - "controller":[ + "config": { + "controller": [ { - "name":"controller1", - "baseUrl":"http://localhost:8083/", - "userName":"user", - "password":"password" - } + "name": "controller1", + "baseUrl": "http://localhost:8083/", + "userName": "user", + "password": "password" + } ], - "ric":[ + "ric": [ { - "name":"ric1", + "name": "ric1", "controller": "controller1", - "baseUrl":"http://localhost:8083/", - "managedElementIds":[ + "baseUrl": "http://localhost:8083/", + "managedElementIds": [ "kista_1", "kista_2" ] }, { - "name":"ric2", - "baseUrl":"http://localhost:8085/", - "managedElementIds":[ + "name": "ric2", + "baseUrl": "http://localhost:8085/", + "managedElementIds": [ "kista_3", "kista_4" ] } ], - "streams_publishes":{ - "dmaap_publisher":{ - "type":"message_router", - "dmaap_info":{ - "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE" + "streams_publishes": { + "dmaap_publisher": { + "type": "message_router", + "dmaap_info": { + "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE" } } }, - "streams_subscribes":{ - "dmaap_subscriber":{ - "type":"message_router", - "dmaap_info":{ - "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent" + "streams_subscribes": { + "dmaap_subscriber": { + "type": "message_router", + "dmaap_info": { + "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" } } } } -} +} \ No newline at end of file