Removing blueprints-processor
[ccsdk/features.git] / blueprints-processor / plugin / assignment-provider / src / test / resources / mapping / db / db-array.json
diff --git a/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json b/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/db-array.json
deleted file mode 100644 (file)
index bab7835..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-{\r
-       "locations": {\r
-               "name": "locations",\r
-               "property": {\r
-                       "type": "list",\r
-                       "entry_schema": {\r
-                               "type": "dt-location"\r
-                       }\r
-               },\r
-               "sources": {\r
-                       "db": {\r
-                               "type": "source-sdnctl-db",\r
-                               "properties": {\r
-                                       "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",\r
-                                       "input-key-mapping": {\r
-                                               "profile_name": "profile_name"\r
-                                       },\r
-                                       "output-key-mapping": {\r
-                                               "db-country": "country",\r
-                                               "db-state": "state"\r
-                                       },\r
-                                       "key-dependencies": [\r
-                                               "profile_name"\r
-                                       ]\r
-                               }\r
-                       }\r
-               }\r
-       },\r
-       "profile_name": {\r
-               "name": "profile_name",\r
-               "property": {\r
-                       "type": "string"\r
-               },\r
-               "sources": {\r
-                       "input": {\r
-                               "type": "source-input"\r
-                       }\r
-               }\r
-       }\r
-}
\ No newline at end of file