Adding BDD cucumber testing component

Change-Id: I4fd7eb798cbc7cad85562453fb0a6f74fd12ff5b
Issue-ID: SDC-990
Signed-off-by: ilanap <ilanap@amdocs.com>
diff --git a/openecomp-bdd/config.json b/openecomp-bdd/config.json
new file mode 100644
index 0000000..0a3ab03
--- /dev/null
+++ b/openecomp-bdd/config.json
@@ -0,0 +1,8 @@
+{
+  "protocol" : "http",
+  "server": "SET_TO_YOUR_SERVER_IP",
+
+  "port": 8285,
+  "prefix":"sdc1/feProxy/onboarding-api/v1.0",
+  "vf_prefix":"sdc1/feProxy/rest/v1"
+}
\ No newline at end of file