aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test/resources/vnf_policy_seq.json
diff options
context:
space:
mode:
Diffstat (limited to 'ms/neng/src/test/resources/vnf_policy_seq.json')
-rw-r--r--ms/neng/src/test/resources/vnf_policy_seq.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/ms/neng/src/test/resources/vnf_policy_seq.json b/ms/neng/src/test/resources/vnf_policy_seq.json
new file mode 100644
index 00000000..4d7d26ec
--- /dev/null
+++ b/ms/neng/src/test/resources/vnf_policy_seq.json
@@ -0,0 +1,36 @@
+{
+ "input":{
+ "naming-model":{
+ "policy-instance-name":"SDNC_Policy.Config_MS_VNFNamingPolicy_seq",
+ "naming-models":[
+ {
+ "nf-role":"vPE",
+ "naming-type":"VNF",
+ "naming-recipe":"COMPLEX|SEQUENCE|NF-NAMING-CODE",
+ "name-operation":"",
+ "naming-properties":[
+ {
+ "property-name":"COMPLEX",
+ "property-operation":"substr(0,5)"
+ },
+ {
+ "property-name":"SEQUENCE",
+ "increment-sequence":{
+ "scope":"ENTIRETY",
+ "start-value":"001",
+ "max":"zzz",
+ "increment":"1",
+ "sequence-type":"alpha-numeric",
+ "length":"3"
+ }
+ },
+ {
+ "property-name":"NF-NAMING-CODE",
+ "property-value":"ve1"
+ }
+ ]
+ }
+ ]
+ }
+ }
+} \ No newline at end of file