aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/sdc-controller-config-NULL.json
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-06 11:48:07 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-06 11:48:07 +0200
commitdd2d790dd97ec4260531bc1fdce5766bf85797d8 (patch)
treee63b1e68ce28cc2a956d762e9321310558691542 /src/test/resources/clds/sdc-controller-config-NULL.json
parente1f91b9e7de0b53e69cefdeebd0a0afc69ea2a5b (diff)
Update SDC library
Upgrade SDC library to latest and remove the message bus condition, it's now a mandatory parameter as well Issue-ID: CLAMP-149 Change-Id: I4c7ddcca6ac176380821bd8f1e4e3ef3d9fcea30 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/clds/sdc-controller-config-NULL.json')
-rw-r--r--src/test/resources/clds/sdc-controller-config-NULL.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/resources/clds/sdc-controller-config-NULL.json b/src/test/resources/clds/sdc-controller-config-NULL.json
index 5c8ec0cf..bf310c70 100644
--- a/src/test/resources/clds/sdc-controller-config-NULL.json
+++ b/src/test/resources/clds/sdc-controller-config-NULL.json
@@ -3,8 +3,9 @@
"consumerGroup": "NULL",
"consumerId": "consumerId",
"environmentName": "environmentName",
- "sdcAddress": "hostname",
+ "sdcAddress": "hostname:8080",
"password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
"pollingInterval":10,
- "pollingTimeout":30
+ "pollingTimeout":30,
+ "messageBusAddresses":["localhost"]
}