aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test/resources/bad_policy_missing_recipe.json
diff options
context:
space:
mode:
authorBT2983 <BT2983@att.com>2018-07-23 15:17:35 -0600
committerBT2983 <BT2983@att.com>2018-07-23 15:17:35 -0600
commit3437d0aa56f7c0630cbd1b9074579f7e0f8a44ae (patch)
tree09f0f0223f240185bd5704c64877756501f94cbf /ms/neng/src/test/resources/bad_policy_missing_recipe.json
parent5a398289dee4b666528aa77f4e38f9c68d35b254 (diff)
Adding naming micro-service code - tests.
Unit tests. Change-Id: I14176a8b47764d5e308258fd9b24bf3e301d04d5 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
Diffstat (limited to 'ms/neng/src/test/resources/bad_policy_missing_recipe.json')
-rw-r--r--ms/neng/src/test/resources/bad_policy_missing_recipe.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/ms/neng/src/test/resources/bad_policy_missing_recipe.json b/ms/neng/src/test/resources/bad_policy_missing_recipe.json
new file mode 100644
index 00000000..a4de9bb2
--- /dev/null
+++ b/ms/neng/src/test/resources/bad_policy_missing_recipe.json
@@ -0,0 +1,23 @@
+{
+ "input":{
+ "naming-model":{
+ "policy-instance-name":"SDNC_Policy.Config_MS_VNFCNamingPolicy_no_seq",
+ "naming-models":[
+ {
+ "nf-role":"vPE",
+ "naming-type":"VNF",
+ "name-operation":"",
+ "naming-properties":[
+ {
+ "property-name":"COMPLEX"
+ },
+ {
+ "property-name":"NF-NAMING-CODE",
+ "property-value":"xyz"
+ }
+ ]
+ }
+ ]
+ }
+ }
+} \ No newline at end of file