From 35ac222818b3f0548434438deda627aaac679601 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 15 Sep 2017 17:48:50 -0400 Subject: adding in the vCPE vnfs to distribute [TEST-57] adding in the vCPE vnfs to distribute Change-Id: I76969e7a4911d21ab69ceba6f0dae1d844080dcf Signed-off-by: DR695H --- robot/assets/service_mappings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'robot/assets') 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'], \ } ''' -- cgit 1.2.3-korg