From 3c91aeea6ef932527eb3743675bb28f393c7c1ee Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 4 Sep 2018 23:11:42 -0400 Subject: 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) --- .../src/test/resources/properties/default.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json (limited to 'blueprints-processor/plugin/model-provider/src/test/resources/properties/default.json') 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" + } + ] +} -- cgit 1.2.3-korg