diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2019-12-17 14:30:29 +0100 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2019-12-17 17:46:43 +0100 |
commit | de4fec0391bbf1d838ebc6e18f3f307dc6885319 (patch) | |
tree | 19ef4aed89a9a134539ba2770e850907a255048d /sdnr/wt/mountpoint-registrar/provider/test.properties | |
parent | 595457177ac1316c4567c2bf339b4fb0230e85c6 (diff) |
App mountpoint-registrar
App mountpoint-registrar
Issue-ID: SDNC-1009
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Idc40dcb2410d4d20f8d3a7943d1f810710ce7f27
Diffstat (limited to 'sdnr/wt/mountpoint-registrar/provider/test.properties')
-rw-r--r-- | sdnr/wt/mountpoint-registrar/provider/test.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sdnr/wt/mountpoint-registrar/provider/test.properties b/sdnr/wt/mountpoint-registrar/provider/test.properties new file mode 100644 index 000000000..bb0eaadd4 --- /dev/null +++ b/sdnr/wt/mountpoint-registrar/provider/test.properties @@ -0,0 +1,11 @@ +[pnfRegistration] +pnfRegConsumerClass=org.onap.ccsdk.features.sdnr.wt.mountpointregistrar.impl.DMaaPPNFRegVESMsgConsumer +TransportType=HTTPNOAUTH +host=onap-dmap:3904 +topic=unauthenticated.VES_PNFREG_OUTPUT +contenttype=application/json +group=myG +id=C1 +timeout=20000 +limit=10000 +fetchPause=5000 |