diff options
author | Daniel Rose <dr695h@att.com> | 2017-09-19 13:30:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-19 13:30:35 +0000 |
commit | e4cc6a80261f08b2273379e224b71a89a75de648 (patch) | |
tree | 2e9c0bd77f145248ac62e45c555ec7b8927831ff /robot | |
parent | f7087f5a3fba5a5744118c92aaee53bc06cad9aa (diff) | |
parent | 35ac222818b3f0548434438deda627aaac679601 (diff) |
Merge "adding in the vCPE vnfs to distribute"
Diffstat (limited to 'robot')
-rw-r--r-- | robot/assets/service_mappings.py | 1 | ||||
-rw-r--r-- | robot/testsuites/model-distribution.robot | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index 290d1409..563cfe16 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -5,6 +5,7 @@ GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \ "vLB" : ['base_vlb'], \ "vVG" : ['base_vvg'], \ "vIMS" : ['base_clearwater'], \ + "vCPE" : ['base_vcpe_infra', 'base_vcpe_vbng', 'base_vcpe_vbrgemu', 'base_vcpe_vgmux', 'base_vcpe_vgw'], \ } ''' diff --git a/robot/testsuites/model-distribution.robot b/robot/testsuites/model-distribution.robot index e9410e4f..5f0c597d 100644 --- a/robot/testsuites/model-distribution.robot +++ b/robot/testsuites/model-distribution.robot @@ -19,4 +19,6 @@ Distribute vFW Model vFW Distribute vVG Model vVG [Tags] ete distribute Distribute vIMS Model vIMS + [Tags] ete distribute +Distribute vCPE Model vCPE [Tags] ete distribute
\ No newline at end of file |