diff options
author | DR695H <dr695h@att.com> | 2019-08-07 11:15:46 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-08-08 17:21:37 -0400 |
commit | facbc292869bee6cdaa40649e62e347091b63f96 (patch) | |
tree | d27fe5a80a9cc243efc132d7eb761be357429d70 /robot/resources/sdc_interface.robot | |
parent | 0ccf9e324abf07067fd95bcb675df77f3a0016d9 (diff) |
remove one last sdc warning
and also updating chrome driver and docker
Issue-ID: TEST-184
Change-Id: If730bdd5365ab1ded28a071ff8d8bb41f342fb84
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/sdc_interface.robot')
-rw-r--r-- | robot/resources/sdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 4d5d4689..022b4b20 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -90,7 +90,7 @@ Distribute Model From SDC \ ${loop_catalog_resource_id}= Setup SDC Catalog Resource ${zip} ${cds} ${resourceType} # zip can be vFW.zip or vFWDT_VFWSNK.zip \ ${resource_type_match}= Run Keyword If "${resourceType}"=='PNF' Get Regexp Matches ${zip} ${service}_(.*)\.csar 1 - \ ... ELSE Get Regexp Matches ${zip} ${service}_(.*)\.zip 1 + ... ELSE Get Regexp Matches ${zip} ${service}_(.*)\.zip 1 # Need to be able to distribute preload for vFWCL vFWSNK and vFWDT vFWSNK to prepend service to vnf_type \ ${resource_type_string}= Set Variable If len(${resource_type_match})==0 ${service} ${service}${resource_type_match[0]} \ Set To Dictionary ${resource_types} ${resource_type_string} ${loop_catalog_resource_id} |