diff options
author | krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-07-31 13:46:06 +0200 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-08-02 13:20:18 +0000 |
commit | 84049342b457d5df1d27b6409f74653e03131109 (patch) | |
tree | 7f20006f5c6b25e81e37c4eee5ff23cebb11fc43 /service_mapping | |
parent | 63792a4c5eaf5c199b21036ae3614350bc088c97 (diff) |
ROBOT test cases improvements for PnP PNF in El Alto release
Issue-ID: INT-1179
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ic875cbaf02c645487f0696adf0af80130db83784
Diffstat (limited to 'service_mapping')
-rw-r--r-- | service_mapping/pNF/service_mapping.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/service_mapping/pNF/service_mapping.json b/service_mapping/pNF/service_mapping.json new file mode 100644 index 00000000..1e19ae3f --- /dev/null +++ b/service_mapping/pNF/service_mapping.json @@ -0,0 +1,17 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "pNF" : ["pNF"] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "pNF" : ["pNF"] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "pNF" :[] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "pNF" :[] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "pNF" : [] + } +} |