aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json
diff options
context:
space:
mode:
Diffstat (limited to 'ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json')
-rw-r--r--ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json b/ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json
new file mode 100644
index 000000000..f06d2f21c
--- /dev/null
+++ b/ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json
@@ -0,0 +1,23 @@
+{
+ "police-instance-name": "content0",
+ "naming-models": [
+ {
+ "naming-properties": [
+ {
+ "property-value": "test",
+ "source-endpoint": "test",
+ "property-name": "testPropertyname",
+ "increment-sequence": {
+ "scope": "VNF",
+ "start-value": "1",
+ "length": "3",
+ "increment": "2"
+ },
+ "source-system": "TOSCA"
+ }
+ ],
+ "naming-type": "testNamingType",
+ "naming-recipe": "testNamingRecipe"
+ }
+ ]
+}