diff options
author | Brian Freeman <bf1936@att.com> | 2020-04-11 07:28:38 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-14 12:45:16 +0000 |
commit | 3d2a0bc9ef25fb74443e253d084a74a5f93f8f80 (patch) | |
tree | a7bb25360fbc49d848cb4baf3833091595f44017 /robot/resources/sdc_interface.robot | |
parent | 80c61bf3c01ab00d23cdd0e7b96336d8d859b49e (diff) |
Fix chrome vid ssl
Adds insecure cert allowed to chrome browser setup
INT-1513 , fixing a space character for CDS Set Input Parameter is also fixed
Issue-ID: INT-680
Change-Id: I8f2305bead0829a92d48268f4529e34fa965a2f9
Signed-off-by: Brian Freeman <bf1936@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 47ca210c..3d803f35 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -952,7 +952,7 @@ Add CDS Parameters Set Input Parameter [Arguments] ${service_uuid} ${component_uuid} ${input} ${input_type} ${input_value} - ${resp}= SDC.Run Post Request ${SDC_BE_ENDPOINT} ${SDC_CATALOG_SERVICES_PATH}/${service_uuid}/resourceInstance/${component_uuid}/inputs {"constraints":[],"name":"${input['name']}","parentUniqueId":"${input['parentUniqueId']}","password":false,"required":false,"schema":{"property":{}},"type":"${input_type}","uniqueId":"${input['uniqueId']}","value":"${input_value}","definition":false,"toscaPresentation":{"ownerId":"${input['ownerId']}"}} ${SDC_DESIGNER_USER_ID} auth=${GLOBAL_SDC_AUTHENTICATION} + ${resp}= SDC.Run Post Request ${SDC_BE_ENDPOINT} ${SDC_CATALOG_SERVICES_PATH}/${service_uuid}/resourceInstance/${component_uuid}/inputs {"constraints":[],"name":"${input['name']}","parentUniqueId":"${input['parentUniqueId']}","password":false,"required":false,"schema":{"property":{}},"type":"${input_type}","uniqueId":"${input['uniqueId']}","value":"${input_value}","definition":false,"toscaPresentation":{"ownerId":"${input['ownerId']}"}} ${SDC_DESIGNER_USER_ID} auth=${GLOBAL_SDC_AUTHENTICATION} Should Be Equal As Strings ${resp.status_code} 200 |