diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-25 01:42:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-25 01:42:23 +0000 |
commit | 8dd34be8135e0566d1713f2f1460e94c6c26e0b0 (patch) | |
tree | a6b525911a08058aba9d9d582f8631ce8801d64e /bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties | |
parent | a7705b66d4a5c8a52edfe7ea6b507c8bbdfd5e91 (diff) | |
parent | bb34137b85575dd36121d8cfc63b469e9a2ebf08 (diff) |
Merge "Create VF Module Error"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties index c8ec2dfbb0..fc84d9ea85 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties @@ -114,14 +114,16 @@ policy.environment=TEST policy.endpoint=http://localhost:28090/pdp/api/
policy.default.disposition=Skip
-appc.topic.read=APPC-CL-FUSION-LCM-RESPONSE
-appc.topic.read.timeout=100
+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.timeout=100
appc.client.response.timeout=300
-appc.topic.write=APPC-CL-FUSION-LCM
-appc.poolMembers=localhost:28090
+appc.client.poolMembers=localhost:28090
appc.client.key=iaEMAfjsVsZnraBP
appc.client.secret=wcivUjsjXzmGFBfxMmyJu9dz
-#appc.service=ueb
+#appc.client.service=ueb
sdnc.si.sv.types=PORT-MIRROR,PPROBES
mso.bpmn.optimisticlockingexception.retrycount=3
|