aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 23:11:42 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2018-09-04 23:11:42 -0400
commit3c91aeea6ef932527eb3743675bb28f393c7c1ee (patch)
tree7a7e5c3adfabb630f2665d27900ee1d8d315cabb /blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json
parent1419e6066cc5ce7a47bb2916e165d6f90dc8bc55 (diff)
SDNC Blueprints Processor Model Service
Creating SDN Controller Blueprints Processor Model Service JUnit Tests - 2 Change-Id: I871401fc661a671beaec8319cb40d10b71a4093c Issue-ID: CCSDK-516 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json')
-rw-r--r--blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json b/blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json
new file mode 100644
index 000000000..335a68759
--- /dev/null
+++ b/blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json
@@ -0,0 +1,16 @@
+{
+ "default": "{ \"get_input\" : \"loopback-default\" }",
+ "domain": "ethernet",
+ "criteria": [
+ {
+ "value": "dummy301me1",
+ "type": "complex",
+ "nodeString": "layer3-service-list[].service-data.l3sdn-vnf-fields.vnf-name"
+ },
+ {
+ "value": "{ \"get_input\" : \"host-ip-address\" }",
+ "type": "simple",
+ "nodeString": "layer3-service-list[].service-data.l3sdn-vnf-fields.vnf-name"
+ }
+ ]
+}