Commit 5058e2b8 authored by Hammad Zafar's avatar Hammad Zafar Committed by Giacomo Bernini
Browse files

changed phrasing of a keyword for better comprehensibility

parent b3c3f7de
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -118,7 +118,7 @@ GET NFV-MANO Performance Monitoring Jobs with invalid attribute selector
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}
	Set Global Variable    ${response}    ${outputResponse}


Send Post Request Create new NFV-MANO Performance Monitoring Job
Send Post Request to create new NFV-MANO Performance Monitoring Job
    Log    Creating a new PM Job
    Log    Creating a new PM Job
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
@@ -130,8 +130,8 @@ Send Post Request Create new NFV-MANO Performance Monitoring Job
    ${output}=    Output    response
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    Set Suite Variable    ${response}    ${output}


Send Post Request Create new NFV-MANO Performance Monitoring Job for unreachable endpoint
Send Post Request to create new NFV-MANO Performance Monitoring Job - Unreachable Endpoint
    Log    Creating a new PM Job
    Log    Creating a new PM Job for unreachable notification endpoint
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":${AUTHORIZATION_TOKEN}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":${AUTHORIZATION_TOKEN}"}
+2 −2
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ POST Create new NFV-MANO Performance Monitoring Job
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NFV-MANO Performance Job is successfully created on the NFV-MANO
    ...    Post-Conditions: The NFV-MANO Performance Job is successfully created on the NFV-MANO
    Send Post Request Create new NFV-MANO Performance Monitoring Job
    Send Post Request to create new NFV-MANO Performance Monitoring Job
    Check HTTP Response Status Code Is    201
    Check HTTP Response Status Code Is    201
    Check HTTP Response Body Json Schema Is   PmJob
    Check HTTP Response Body Json Schema Is   PmJob
    Check Postcondition PmJob Exists
    Check Postcondition PmJob Exists
@@ -240,6 +240,6 @@ POST Create new NFV-MANO Performance Monitoring Job - Unreachable Notification E
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: Notification endpoint is unreachable by the NFV-MANO.
    ...    Applicability: Notification endpoint is unreachable by the NFV-MANO.
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Send Post Request Create new NFV-MANO Performance Monitoring Job for unreachable endpoint
    Send Post Request to create new NFV-MANO Performance Monitoring Job - Unreachable Endpoint
    Check HTTP Response Status Code Is    422
    Check HTTP Response Status Code Is    422
    Check HTTP Response Body Json Schema Is   ProblemDetails
    Check HTTP Response Body Json Schema Is   ProblemDetails