diff options
author | Arthur Martella <amartell@research.att.com> | 2018-03-29 01:18:17 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-03-29 01:18:17 -0400 |
commit | 421a142b7ee0ca5c3ce931ac4c89d442d27b1af1 (patch) | |
tree | 584555c40efd6f6b28bfa9b0a4ee2963ad85884b /bpmn/MSOInfrastructureBPMN/src/test | |
parent | 58afaf8a6462a10a07aa9a27a59a2defe6d9ac64 (diff) |
Restore appc.service=ueb in infra bpmn
Undo change made in https://gerrit.onap.org/r/#/c/39927/
Change-Id: I32a88681fba132ad31cf40707444f3fe1dc87098
Issue-ID: SO-546
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test')
-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 56cfdbc4ee..245d753f3e 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
|