Commit a38f6089 authored by Hammad Zafar's avatar Hammad Zafar
Browse files

minor fixes

parent 31e40903
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@
build/
dist/
libspecs/
/.vscode
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ POST Coordination of LCM Operation Occurance Conflict
    ...    Config ID: Config_prod_VE
    ...    Applicability: When there are many coordination actions exist, or conflicting ones, are in progress.
    ...    Post-Condition: none
    Post coordination of LCM operation Occurance
    Post coordination of LCM operation Occurance - Conflict
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is    ProblemDetails 

+5 −5
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ GET Individual LCM Operation Coordination Results
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    GET    ${apiRoot}/lcmcoord/${apiMajorVersion}/coordinations/${coordinationId}
    GET    ${apiRoot}/lcmcoord/${apiMajorVersion}/coordinations/${Id_of_Finished_Coordination_Action}
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse} 

@@ -48,8 +48,8 @@ GET Individual LCM Operation Coordination Results of Ongoing Coordination Action
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    POST    ${apiRoot}/lcmcoord/${apiMajorVersion}/coordinations/${ongoing_coordination_action_id}
    ${outputResponse}=    Output    response${ongoing_coordination_action_id}
    Get    ${apiRoot}/lcmcoord/${apiMajorVersion}/coordinations/${Id_of_Ongoing_Coordination_Action}
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse} 

PUT Individual LCM Operation Coordination Results
@@ -170,7 +170,7 @@ Post coordination of LCM operation Occurance and API Producer has Chosen Asynchr
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}

Post coordination of LCM operation Occurance
Post coordination of LCM operation Occurance - Conflict
    Log    Create coordination action by POST to ${apiRoot}/${apiName}/${apiMajorVersion}/coordinations
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
@@ -207,7 +207,7 @@ PUT coordination of LCM operation Occurance
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    GET    ${apiRoot}/${apiName}/${apiMajorVersion}/coordinations
    PUT    ${apiRoot}/${apiName}/${apiMajorVersion}/coordinations
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}