diff options
author | Arthur Martella <amartell@research.att.com> | 2018-03-28 21:53:17 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-03-28 21:53:17 -0400 |
commit | 21345a726edee78d6816eee0f0ee44fd42b6649b (patch) | |
tree | 5e281bdb1a4b86cf96596a0ee8f83c9597de665a | |
parent | 6f025dbcb86fe48f83c2a3214d0db3d4dcb13bbd (diff) |
Remove appc.service=ueb in infra bpmn
Change-Id: I39809ed7365b96bc225cb290ff0e6cca8cc80594
Issue-ID: SO-546
Signed-off-by: Arthur Martella <amartell@research.att.com>
-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..56cfdbc4ee 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
|