Commit 981c74ad authored by Hammad Zafar's avatar Hammad Zafar
Browse files

minor fixes

parent 050e40f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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}
	Set Suite Variable    ${response}    ${outputResponse}


Post coordination of LCM operation Occurance and API Producer has Chosen Synchronous Mode - Service Unavailable
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
    Log    Create coordination action by POST to ${apiRoot}/${apiName}/${apiMajorVersion}/coordinations
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
+1 −1
Original line number Original line 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.
${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_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.
${Id_of_Ongoing_Coordination_Action}      6fc3539c-e602-4afa-8e13-962fb5a7d81f #Id of Coordination action which is currently ongoing.