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;h=c94536036f8c765f6b1b42a26e34f250cf17fde0;hb=1f722deb1cd91420eed0add219ea749fec9d9912;hp=d4a39728fbc4552d232f9636c5eb2754a140dbbd;hpb=c3ed1a5199e3f5f539cc813b9a383dd156fed2e2;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 d4a39728..c9453603 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 @@ -24,14 +24,14 @@ "dmaap_publisher": { "type": "message_router", "dmaap_info": { - "topic_url": "https://dradmin:dradmin@localhost:2222/events/A1-P-RESULT" + "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE" } } }, "streams_subscribes": { "dmaap_subscriber": { "dmaap_info": { - "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1" + "topic_url": "http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent" }, "type": "message_router" }