diff options
author | Arthur Martella <amartell@research.att.com> | 2018-03-30 11:02:30 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-03-30 11:02:30 -0400 |
commit | 620071686e06abc1a2e7180e2ff1e010611ef979 (patch) | |
tree | e092d76f62f5ac4dca2f68af47d6f59851aee0b3 /bpmn/MSOInfrastructureBPMN/src | |
parent | d41914b2da25637033455c14e07dab3bd8d0e309 (diff) |
Re-remove appc.service=ueb in infra bpmn
Change-Id: I1b06be26246c8421e7a778330e42b0bb77fd9b34
Issue-ID: SO-546
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties index 245d753f3e..c8ec2dfbb0 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties @@ -121,7 +121,7 @@ appc.topic.write=APPC-CL-FUSION-LCM appc.poolMembers=localhost:28090
appc.client.key=iaEMAfjsVsZnraBP
appc.client.secret=wcivUjsjXzmGFBfxMmyJu9dz
-appc.service=ueb
+#appc.service=ueb
sdnc.si.sv.types=PORT-MIRROR,PPROBES
mso.bpmn.optimisticlockingexception.retrycount=3
|