summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-05-20 19:49:34 -0500
committerBrian Freeman <bf1936@att.com>2018-05-20 19:49:43 -0500
commitabf7ac2cf14563b502352e0f5d4ad4cfc878c614 (patch)
tree434c742d650f3961a50c596604e92d642573d014
parente266708e13b71ff9e92b3f716cd2a719f2df9ddd (diff)
Fix Heatbridge for vCPE vGW
Issue-ID: TEST-93 Change-Id: I7c3b9f3c40222acc936c5ae88f8930794186b82c Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/assets/service_mappings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index 5a58bb9f..52f1ca1e 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -41,7 +41,7 @@ Used by the Heatbridge Validate Query to A&AI to locate the vserver name
GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0',
"vLB" : 'vlb_name_0',
"vVG" : '',
- "vCPE" : '',
+ "vCPE" : 'vgw_name_0',
"vFWSNK" : 'vfw_name_0',
"vPKG" : 'vpg_name_0',
}