Add files required for test

Add files required for unit tests of SingleConfiguration

Issue-ID: CLAMP-81
Change-Id: Ic7d86f9c6f4797bdfef00695ece06a0169ec9079
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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 0000000..d7642e6
--- /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"
+}