Commit e0aa2df4 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

editorial change of upadting OAuth Test case title, objective and log

parent 7a00e3e8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ JWT Encode
    [Return]    ${encoded}
Post coordination of LCM operation Occurance and API Producer has Chosen Synchronous Mode with permitted authorization scope
    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 with permitted authorization scope
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -398,7 +398,7 @@ Post coordination of LCM operation Occurance and API Producer has Chosen Synchro
	Set Suite Variable    ${response}    ${outputResponse}
Post coordination of LCM operation Occurance and API Producer has Chosen Synchronous Mode with not permitted authorization scope
    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 with not permitted authorization scope
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -411,7 +411,7 @@ Post coordination of LCM operation Occurance and API Producer has Chosen Synchro
    ${outputResponse}=    Output    response
	Set Suite Variable    ${response}    ${outputResponse}
GET Individual LCM Operation Coordination Results with permitted authorization scope
    Log    Requesting the retrieve of a finished coordination task 
    Log    Requesting the retrieve of a finished coordination task with permitted authorization scope
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -422,7 +422,7 @@ GET Individual LCM Operation Coordination Results with permitted authorization s
    ${outputResponse}=    Output    response
	Set Suite Variable    ${response}    ${outputResponse} 
GET Individual LCM Operation Coordination Results with not permitted authorization scope
    Log    Requesting the retrieve of a finished coordination task 
    Log    Requesting the retrieve of a finished coordination task with not permitted authorization scope
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -433,7 +433,7 @@ GET Individual LCM Operation Coordination Results with not permitted authorizati
    ${outputResponse}=    Output    response
	Set Suite Variable    ${response}    ${outputResponse} 
POST Cancellation of an Ongoing Individual Coordination Action with permitted authorization scope
    Log    Trying to initiates the cancellation of an ongoing coordination action.
    Log    Trying to initiates the cancellation of an ongoing coordination action with permitted authorization scope.
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -444,7 +444,7 @@ POST Cancellation of an Ongoing Individual Coordination Action with permitted au
    ${outputResponse}=    Output    response
	Set Suite Variable    ${response}    ${outputResponse}
POST Cancellation of an Ongoing Individual Coordination Action with not permitted authorization scope
    Log    Trying to initiates the cancellation of an ongoing coordination action.
    Log    Trying to initiates the cancellation of an ongoing coordination action with not permitted authorization scope.
    Set Headers  {"Accept":"${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE_JSON}"}