diff options
author | BT2983 <BT2983@att.com> | 2018-10-07 22:39:46 -0600 |
---|---|---|
committer | BT2983 <BT2983@att.com> | 2018-10-07 22:39:46 -0600 |
commit | 07a976d05e824365778dac013df88b24ca5d055a (patch) | |
tree | cb3d85cd703a3ad2742390ac466a3df7f3e466f7 /ms/neng/src/test/sanity/policy-vnf-ts-2.json | |
parent | 0c283ec5b010e3af949efa032d9faea7c4383f5f (diff) |
Naming micro-service code.
Changes for bypassing normal flow when client passes an already resolved name. Plus, unit test updates, and code formatting updates to follow standards.
Change-Id: I7e432531b6f344f6aeb358e2b28b8a6fd74c5070
Issue-ID: CCSDK-608
Signed-off-by: BT2983 <BT2983@att.com>
Diffstat (limited to 'ms/neng/src/test/sanity/policy-vnf-ts-2.json')
-rw-r--r-- | ms/neng/src/test/sanity/policy-vnf-ts-2.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ms/neng/src/test/sanity/policy-vnf-ts-2.json b/ms/neng/src/test/sanity/policy-vnf-ts-2.json new file mode 100644 index 00000000..21b61892 --- /dev/null +++ b/ms/neng/src/test/sanity/policy-vnf-ts-2.json @@ -0,0 +1,33 @@ +[ + { + "config": { + "content": { + "naming-models":[ + { + "naming-properties":[ + { "property-name" : "COMPLEX", "property-operation" : "substr(5)" }, + { "property-name" : "SEQUENCE", "increment-sequence":{ + "max" : "zzz" , "scope" : "ENTIRETY" , "start-value" : "001" , "length" : "3", + "increment" : "1" , "sequence-type" : "alpha-numeric"} + }, + {"property-name" : "NF_NAMING_CODE"} + ], + "naming-type" : "VNF2", + "nfRole" : "vPE", + "naming-recipe" : "COMPLEX|UUID|SEQUENCE|NF_NAMING_CODE|TIMESTAMP" + }, + { + "naming-properties":[ + {"property-name" : "NF_NAMING_CODE"} + ], + "naming-type" : "VNF2", + "nfRole" : "VNF2", + "naming-recipe" : "NF_NAMING_CODE" + } + ] + } + }, + "policyName": "vnf-policy-2" + } +] + |