From 3437d0aa56f7c0630cbd1b9074579f7e0f8a44ae Mon Sep 17 00:00:00 2001 From: BT2983 Date: Mon, 23 Jul 2018 15:17:35 -0600 Subject: Adding naming micro-service code - tests. Unit tests. Change-Id: I14176a8b47764d5e308258fd9b24bf3e301d04d5 Issue-ID: CCSDK-342 Signed-off-by: BT2983 --- ms/neng/src/test/resources/long_policy.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ms/neng/src/test/resources/long_policy.json (limited to 'ms/neng/src/test/resources/long_policy.json') diff --git a/ms/neng/src/test/resources/long_policy.json b/ms/neng/src/test/resources/long_policy.json new file mode 100644 index 00000000..168ca413 --- /dev/null +++ b/ms/neng/src/test/resources/long_policy.json @@ -0,0 +1,24 @@ +{ + "input":{ + "naming-model":{ + "policy-instance-name":"SDNC_Policy.Config_MS_VNFCNamingPolicy_no_seq", + "naming-models":[ + { + "nf-role":"vPE", + "naming-type":"VNF", + "naming-recipe":"COMPLEX|NF-NAMING-CODE|Field2|Field3|Field4", + "name-operation":"", + "naming-properties":[ + { + "property-name":"COMPLEX" + }, + { + "property-name":"NF-NAMING-CODE", + "property-value":"xyz" + } + ] + } + ] + } + } +} \ No newline at end of file -- cgit 1.2.3-korg