aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-01 14:24:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 14:24:32 +0000
commit9826e5bee1e518210a999ad5f8f2a52c346bf444 (patch)
tree4adc8742aa0e4d21f6fe5b0f4d117ebb91e9813b /src
parent7bb9f1c5971c39aea72f417421644a9ad28cd7f7 (diff)
parent55c16fa6e3f68597a6d20f1f780f8fcd5896dc89 (diff)
Merge "Add files required for test"
Diffstat (limited to 'src')
-rw-r--r--src/test/resources/clds/sdc-controller-config-NULL.json10
-rw-r--r--src/test/resources/clds/sdc-controller-config-TLS.json13
-rw-r--r--src/test/resources/clds/sdc-controller-config-bad.json13
3 files changed, 36 insertions, 0 deletions
diff --git a/src/test/resources/clds/sdc-controller-config-NULL.json b/src/test/resources/clds/sdc-controller-config-NULL.json
new file mode 100644
index 00000000..5c8ec0cf
--- /dev/null
+++ b/src/test/resources/clds/sdc-controller-config-NULL.json
@@ -0,0 +1,10 @@
+{
+ "user": "User",
+ "consumerGroup": "NULL",
+ "consumerId": "consumerId",
+ "environmentName": "environmentName",
+ "sdcAddress": "hostname",
+ "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
+ "pollingInterval":10,
+ "pollingTimeout":30
+}
diff --git a/src/test/resources/clds/sdc-controller-config-TLS.json b/src/test/resources/clds/sdc-controller-config-TLS.json
new file mode 100644
index 00000000..d7642e6b
--- /dev/null
+++ b/src/test/resources/clds/sdc-controller-config-TLS.json
@@ -0,0 +1,13 @@
+{
+ "user": "User",
+ "consumerGroup": "consumerGroup",
+ "consumerId": "consumerId",
+ "environmentName": "environmentName",
+ "sdcAddress": "hostname",
+ "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
+ "pollingInterval":10,
+ "pollingTimeout":30,
+ "activateServerTLSAuth": true,
+ "keyStorePassword":"bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6",
+ "keyStorePath": "/test"
+}
diff --git a/src/test/resources/clds/sdc-controller-config-bad.json b/src/test/resources/clds/sdc-controller-config-bad.json
new file mode 100644
index 00000000..d99ed580
--- /dev/null
+++ b/src/test/resources/clds/sdc-controller-config-bad.json
@@ -0,0 +1,13 @@
+{
+ "sdc-connections": {
+ "sdc-controller1": {
+ "user": "testuser",
+ "consumerGroup": "consumerGroup",
+ "consumerId": "consumerId",
+ "environmentName": "environmentName",
+ "sdcAddress": "hostname1",
+ "pollingInterval": 10,
+ "pollingTimeout": 30
+ }
+ }
+}