Commit 03b5b5c3 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 de133313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get Individual VNF Indicator Subscription with permitted authorization scope
    Log    Trying to get a given subscription identified by subscriptionId
    Log    Trying to get a given subscription identified by subscriptionId with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -224,7 +224,7 @@ Get Individual VNF Indicator Subscription with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get Individual VNF Indicator Subscription with not permitted authorization scope
    Log    Trying to get a given subscription identified by subscriptionId
    Log    Trying to get a given subscription identified by subscriptionId with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
+3 −3
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ Get Individual Indicator for VNF Instance with permitted authorization scope
    Check HTTP Response Body Includes Requested VNF Instance ID
    Check HTTP Response Body Includes Requested Indicator ID
Get Individual Indicator for VNF Instance with NOT permitted authorization scope
    [Documentation]    Test ID: 6.3.2.3.13
    [Documentation]    Test ID: 6.3.2.3.14
    ...    Test title: Get individual performance indicator for a VNF instance with NOT permitted authorization scope
    ...    Test objective: The objective is to test the retrieval of a performance indicator for a given VNF instance and perform a JSON schema validation of the returned indicator data structure with NOT permitted authorization scope
    ...    Pre-conditions: A VNF instance is instantiated. At least one measure of performance indicator is available for the given VNF instance.
@@ -323,7 +323,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get Individual Indicator for a VNF instance with permitted authorization scope
    Log    This resource represents a VNF indicator related to a VNF instance.
    Log    This resource represents a VNF indicator related to a VNF instance with permitted authorization scope.
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -334,7 +334,7 @@ Get Individual Indicator for a VNF instance with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get Individual Indicator for a VNF instance with not permitted authorization scope
    Log    This resource represents a VNF indicator related to a VNF instance.
    Log    This resource represents a VNF indicator related to a VNF instance with not permitted authorization scope.
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
+2 −2
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get VNF Indicators Subscriptions with permitted authorization scope
    Log    Trying to get the list of subscriptions
    Log    Trying to get the list of subscriptions with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -418,7 +418,7 @@ Get VNF Indicators Subscriptions with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get VNF Indicators Subscriptions with not permitted authorization scope
    Log    Trying to get the list of subscriptions
    Log    Trying to get the list of subscriptions with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
+2 −2
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get all VNF indicators with permitted authorization scope
    Log    The GET method queries multiple VNF indicators
    Log    The GET method queries multiple VNF indicators with permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -354,7 +354,7 @@ Get all VNF indicators with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get all VNF indicators with not permitted authorization scope
    Log    The GET method queries multiple VNF indicators
    Log    The GET method queries multiple VNF indicators with not permitted authorization scope
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
+5 −5
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ Get Indicators for VNF Instance - Bad Request Response too Big
    Check HTTP Response Body Json Schema Is   ProblemDetails
Get Indicators for VNF Instance with permitted authorization scope
    [Documentation]    Test ID: 6.3.2.2.11
    ...    Test title: Get all performance indicators for a VNF instance
    ...    Test title: Get all performance indicators for a VNF instance with permitted authorization scope
    ...    Test objective: The objective is to test the retrieval of all performance indicators for a given VNF instance and perform a JSON schema validation of the returned indicators data structure with permitted authorization scope
    ...    Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
    ...    Reference: Clause 8.4.3.3.2 - ETSI GS NFV-SOL 002 [2] v4.5.1
@@ -149,8 +149,8 @@ Get Indicators for VNF Instance with permitted authorization scope
    Check HTTP Response Body Json Schema Is   vnfIndicators
    Check HTTP Response Body Includes Requested VNF Instance ID
Get Indicators for VNF Instance with NOT permitted authorization scope
    [Documentation]    Test ID: 6.3.2.2.11
    ...    Test title: Get all performance indicators for a VNF instance
    [Documentation]    Test ID: 6.3.2.2.12
    ...    Test title: Get all performance indicators for a VNF instance with not permitted authorization scope
    ...    Test objective: The objective is to test the retrieval of all performance indicators for a given VNF instance and perform a JSON schema validation of the returned indicators data structure with not permitted authorization scope
    ...    Pre-conditions: A VNF instance is instantiated. One or more measures of performance indicators are available for the given VNF instance.
    ...    Reference: Clause 8.4.3.3.2 - ETSI GS NFV-SOL 002 [2] v4.5.1
@@ -271,7 +271,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get all indicators for a VNF instance with permitted authorization scope
    Log    This resource represents VNF indicators related to a VNF instance.
    Log    This resource represents VNF indicators related to a VNF instance with permitted authorization scope.
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -283,7 +283,7 @@ Get all indicators for a VNF instance with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get all indicators for a VNF instance with not permitted authorization scope
    Log    This resource represents VNF indicators related to a VNF instance.
    Log    This resource represents VNF indicators related to a VNF instance with not permitted authorization scope.
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Version": "${API_VERSION}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}