diff options
author | DR695H <dr695h@att.com> | 2017-08-17 17:13:48 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-08-17 17:13:57 -0400 |
commit | 96c1f6f1b97a39f706b526da55e719fb8a463ac9 (patch) | |
tree | 00bc384995fd515421fed5b1fa8caca5dc967078 /robot/assets/service_mappings.py | |
parent | 262d9d4db0132354eda9713a2483aab3461618d9 (diff) |
adding in clearwater ims to distribute tests
[TEST-53] adding clearwater ims and distribution
tests around the vnf
Change-Id: I7a299a6cdde440eb4e9599b5e8e512f7063a88c0
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r-- | robot/assets/service_mappings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index 9e7a2cc0..d80a4665 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -1,6 +1,7 @@ GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \ "vLB" : ['base_vlb'], \ "vVG" : ['base_vvg'], \ + "vIMS" : ['base_clearwater'], \ } GLOBAL_SERVICE_TEMPLATE_MAPPING = {"vFW" : [{"isBase" : "true", "template" : "vfw_preload.template", "name_pattern": "base_vfw"}], \ |