aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-11-21 22:56:15 -0500
committerYang Xu <yang.xu3@huawei.com>2018-11-21 22:56:25 -0500
commit4a32a5e3be6aacb01b45c232bb9b4a914add5a3f (patch)
treeef11090fac614c341e51896a9e8e94cd0eb60d3a
parentbf61c06dab30f049540bfcfe8e367ac5af3d2824 (diff)
Add vGMUX to heatbridge name validation table
Change-Id: I8125f3a3057aedb7494bbdbce63434abbe1e5bf8 Issue-ID: INT-717 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
-rw-r--r--robot/assets/service_mappings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index 7a4a6f29..89d25969 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -86,6 +86,7 @@ GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0',
"vCPEvAAA" : 'vaaa_name_0',
"vCPEvWEB" : 'vweb_name_0',
"vCPEvDHCP" : 'vdhcp_name_0',
+ "vCPEvGMUX" : 'vgmux_name_0',
"vFWSNK" : 'vfw_name_0',
"vPKG" : 'vpg_name_0',
}