Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e266708
)
Fix Heatbridge for vCPE vGW
57/48257/1
author
Brian Freeman
<bf1936@att.com>
Mon, 21 May 2018 00:49:34 +0000
(19:49 -0500)
committer
Brian Freeman
<bf1936@att.com>
Mon, 21 May 2018 00:49:43 +0000
(19:49 -0500)
Issue-ID: TEST-93
Change-Id: I7c3b9f3c40222acc936c5ae88f8930794186b82c
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/assets/service_mappings.py
patch
|
blob
|
history
diff --git
a/robot/assets/service_mappings.py
b/robot/assets/service_mappings.py
index
5a58bb9
..
52f1ca1
100644
(file)
--- 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',
}