diff options
author | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-08-27 13:53:21 +0000 |
---|---|---|
committer | Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com> | 2018-08-27 14:01:51 +0000 |
commit | 2b5c7e5b12440f35009d17d008b4061445b0524c (patch) | |
tree | 7998ae54779f9323a7c88ff0874371e940ee8c69 /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary | |
parent | ee9f2dd72054056547ce7e9e96e8e9fb0eef4902 (diff) |
Controller Blueprints Microservice
Add junit test case for input, default and rest resource definition validation.
Change-Id: I5ee37891768e5985bc7a4df6f6b917396f439bf2
Issue-ID: CCSDK-487
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary')
-rw-r--r-- | ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/mdsal-source.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/mdsal-source.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/mdsal-source.json index 73d835c10..413d90446 100644 --- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/mdsal-source.json +++ b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/mdsal-source.json @@ -24,7 +24,7 @@ "output-key-mapping": {
"oam-local-ipv4-address": "v4-ip-prefix"
},
- "key-dependency": [
+ "key-dependencies": [
"service-instance-id",
"network-role",
"v4-ip-type",
|