From: Bancala, Ben (bb3476) Date: Thu, 31 May 2018 20:26:16 +0000 (-0400) Subject: Updated mso bpmn urn properties app c X-Git-Tag: v1.2.1~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e0a312d161eb473aa4c1781bef5b17fbd6115bb5;p=so.git Updated mso bpmn urn properties app c Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) swapped read and write in mso bpmn urn properties Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) reversed the order of read and write Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) --- diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties index fc84d9ea85..6dac08dc56 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties @@ -114,10 +114,10 @@ policy.environment=TEST policy.endpoint=http://localhost:28090/pdp/api/ policy.default.disposition=Skip -appc.client.topic.read=APPC-CL-FUSION-LCM-RESPONSE -appc.client.topic.write=APPC-CL-FUSION-LCM -appc.client.topic.sdnc.read=SDNC-LCM-READ -appc.client.topic.sdnc.write=SDNC-LCM-WRITE +appc.client.topic.read=APPC-LCM-WRITE +appc.client.topic.write=APPC-LCM-READ +appc.client.topic.sdnc.read=SDNC-LCM-WRITE +appc.client.topic.sdnc.write=SDNC-LCM-READ appc.client.topic.read.timeout=100 appc.client.response.timeout=300 appc.client.poolMembers=localhost:28090