aboutsummaryrefslogtreecommitdiffstats
path: root/components/core/src/test/resources/properties/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/core/src/test/resources/properties/default.json')
-rw-r--r--components/core/src/test/resources/properties/default.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/components/core/src/test/resources/properties/default.json b/components/core/src/test/resources/properties/default.json
new file mode 100644
index 000000000..0ac97f907
--- /dev/null
+++ b/components/core/src/test/resources/properties/default.json
@@ -0,0 +1,16 @@
+{
+ "default": "{ \"get_input\" : \"loopback-default\" }",
+ "domain": "ethernet",
+ "criteria": [
+ {
+ "value": "attga301me1",
+ "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"
+ }
+ ]
+}