Commit 085a2ba3 authored by Hammad Zafar's avatar Hammad Zafar Committed by Giacomo Bernini
Browse files

minor fixes

parent 3de4c42a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ Post coordination of LCM operation Occurance and API Producer has Chosen Asynchr
	Set Suite Variable    ${response}    ${outputResponse}

Post coordination of LCM operation Occurance and API Producer has Chosen Synchronous Mode - Service Unavailable
    Pass Execution If    ${synchronous_mode} == 0    The API producer is in Asynchronous Mode. Skipping the test.
    Pass Execution If    ${SYNCHRONOUS_MODE_SUPPORT} == 0    The API producer is in Asynchronous Mode. Skipping the test.
    Log    Create coordination action by POST to ${apiRoot}/${apiName}/${apiMajorVersion}/coordinations
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ${ACCEPT_JSON} application/json

${SYNCHRONOUS_MODE_SUPPORT}      1  #Set it to 0 if API producer supporting Asynchronous mode, and set it to 1 if API producer supporting Synchronous mode.

{coordinationId}      6fc3539c-e602-4afa-8e13-962fb5a7d81f
${coordinationId}      6fc3539c-e602-4afa-8e13-962fb5a7d81f

${Id_of_Finished_Coordination_Action}      6fc3539c-e602-4afa-8e13-962fb5a7d81f #Id of Coordination action which has Finished its processing, to test the conflict test suite.
${Id_of_Ongoing_Coordination_Action}      6fc3539c-e602-4afa-8e13-962fb5a7d81f #Id of Coordination action which is currently ongoing.