diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-18 18:49:32 +0100 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-18 18:50:01 +0100 |
commit | 9fbb2c4ed57dbdf9137bbd62f9925e177f940dd3 (patch) | |
tree | 16b41b66748462eeaf65f1dda40ae94d2bf12495 /sdnr/wt/devicemanager/provider/test2.properties | |
parent | 7422dda6b2ca0b124e6a45fea876721c00f395db (diff) |
Increase Test coverage
Increase Test coverage over 50 for SDN-R devicemanager
Change-Id: I03eb5887d955abdfd4bdefa58c79c7f5356c9401
Issue-ID: SDNC-650
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager/provider/test2.properties')
-rw-r--r-- | sdnr/wt/devicemanager/provider/test2.properties | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager/provider/test2.properties b/sdnr/wt/devicemanager/provider/test2.properties new file mode 100644 index 000000000..95432eaf5 --- /dev/null +++ b/sdnr/wt/devicemanager/provider/test2.properties @@ -0,0 +1,47 @@ +[dcae] +dcaeUserCredentials=admin:admin +dcaeUrl=off +dcaeHeartbeatPeriodSeconds=120 +dcaeTestCollector=no + +[aots] +userPassword=passwd +soapurladd=off +soapaddtimeout=10 +soapinqtimeout=20 +userName=user +inqtemplate=inqreq.tmpl.xml +assignedto=userid +addtemplate=addreq.tmpl.xml +severitypassthrough=critical,major,minor,warning +systemuser=user +prt-offset=1200 +soapurlinq=off +#smtpHost= +#smtpPort= +#smtpUsername= +#smtpPassword= +#smtpSender= +#smtpReceivers= + +[es] +esCluster=sendateodl5 + +[aai] +#keep comment +aaiHeaders=["X-TransactionId: 9999"] +aaiUrl=http://localhost:45454 +aaiUserCredentials=AAI:AAI +aaiDeleteOnMountpointRemove=true +aaiTrustAllCerts=false +aaiApiVersion=aai/v13 +aaiPropertiesFile=aaiclient.properties +aaiApplicationId=SDNR +aaiPcks12ClientCertFile=/opt/logs/externals/data/stores/keystore.client.p12 +aaiPcks12ClientCertPassphrase=adminadmin +aaiClientConnectionTimeout=30000 + +[pm] +pmCluster=sendateodl5 +pmEnabled=true + |