Commit be3df98b 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 630ec765
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
GET all VNF Performance Monitoring Jobs with permitted authorization scope
    Log    Trying to get all PM Jobs present in the VNFM
    Log    Trying to get all PM Jobs present in the VNFM with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -371,7 +371,7 @@ GET all VNF Performance Monitoring Jobs with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
GET all VNF Performance Monitoring Jobs with not permitted authorization scope
    Log    Trying to get all PM Jobs present in the VNFM
    Log    Trying to get all PM Jobs present in the VNFM with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -382,7 +382,7 @@ GET all VNF Performance Monitoring Jobs with not permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Send Delete request for individual VNF Performance Job with permitted authorization scope
    Log    Trying to delete an existing PM Job
    Log    Trying to delete an existing PM Job with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -393,7 +393,7 @@ Send Delete request for individual VNF Performance Job with permitted authorizat
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Send Delete request for individual VNF Performance Job with not permitted authorization scope
    Log    Trying to delete an existing PM Job
    Log    Trying to delete an existing PM Job with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -404,7 +404,7 @@ Send Delete request for individual VNF Performance Job with not permitted author
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get Individual Performance Report with permitted authorization scope
    Log    Trying to get a performance report present in the VNFM
    Log    Trying to get a performance report present in the VNFM with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -415,7 +415,7 @@ Get Individual Performance Report with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get Individual Performance Report with not permitted authorization scope
    Log    Trying to get a performance report present in the VNFM
    Log    Trying to get a performance report present in the VNFM with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -426,7 +426,7 @@ Get Individual Performance Report with not permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Send Post Request Create new Performance Threshold with permitted authorization scope
    Log    Creating a new THreshold
    Log    Creating a new THreshold with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -439,7 +439,7 @@ Send Post Request Create new Performance Threshold with permitted authorization
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Send Post Request Create new Performance Threshold with not permitted authorization scope
    Log    Creating a new THreshold
    Log    Creating a new THreshold with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -452,7 +452,7 @@ Send Post Request Create new Performance Threshold with not permitted authorizat
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
GET Individual VNF Performance Threshold with permitted authorization scope
    Log    Trying to get a Threhsold present in the VNFM
    Log    Trying to get a Threhsold present in the VNFM with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -463,7 +463,7 @@ GET Individual VNF Performance Threshold with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
GET Individual VNF Performance Threshold with not permitted authorization scope
    Log    Trying to get a Threhsold present in the VNFM
    Log    Trying to get a Threhsold present in the VNFM with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}