diff options
author | Brian Freeman <bf1936@att.com> | 2019-05-06 09:48:01 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-05-06 09:48:10 -0500 |
commit | ecd3860897c78e8d6320cf7a4383878fbc441c1b (patch) | |
tree | db82754ae5ba2877b9f6f6cb230086415095d979 /robot/resources/so | |
parent | 9a7c732cdad1a381d864ed7c224aa8bfeb22b80a (diff) |
Fixes from SoUtil and Pairwise test
update vf_module_name to vf_module_name_list
remove heatbridge from SoUtil parameters
Issue-ID: INT-1061
Change-Id: Ifd00b9a45e8ae58ad2ffd1058a08a3ade1a6cab5
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/so')
-rw-r--r-- | robot/resources/so/direct_instantiate.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/so/direct_instantiate.robot b/robot/resources/so/direct_instantiate.robot index 6e8ba136..5548c937 100644 --- a/robot/resources/so/direct_instantiate.robot +++ b/robot/resources/so/direct_instantiate.robot @@ -20,7 +20,6 @@ Instantiate Service Direct To SO ${name_suffix}= Get Current Date exclude_millis=True ${name_suffix}= Evaluate '${name_suffix}'.replace(' ','') ${name_suffix}= Evaluate '${name_suffix}'.replace(':','') - ${heatbridge}= Set Variable false ${preload_dict}= Copy Dictionary ${GLOBAL_PRELOAD_PARAMETERS['defaults']} ${template}= Create Dictionary @{keys}= Get Dictionary Keys ${preload_dict} @@ -47,7 +46,7 @@ Instantiate Service Direct To SO Log ${preload_dict} Log ${template} - ${service_instance_id}= Create Entire Service ${csar_file} ${vnf_template_file} ${template} ${name_suffix} ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} ${heatbridge} + ${service_instance_id}= Create Entire Service ${csar_file} ${vnf_template_file} ${template} ${name_suffix} ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} Log To Console ServiceInstanceId:${service_instance_id} Should Not Be Equal As Strings ${service_instance_id} None |