Commit 538ce401 authored by Muhammad Hamza's avatar Muhammad Hamza Committed by Giacomo Bernini
Browse files

comment out unused variables

parent e8e4f89f
Loading
Loading
Loading
Loading
+5 −7
Original line number Original line Diff line number Diff line
@@ -11,29 +11,27 @@ ${apiName} vnfpm
${CONTENT_TYPE_JSON}    application/json
${CONTENT_TYPE_JSON}    application/json
${CONTENT_TYPE_PATCH}    application/merge-patch+json
${CONTENT_TYPE_PATCH}    application/merge-patch+json
${ACCEPT_JSON}    application/json
${ACCEPT_JSON}    application/json
${NEG_AUTHORIZATION}    Bearer negativetoken
#${NEG_AUTHORIZATION}    Bearer negativetoken
${FIELD_USAGE}    1
${FIELD_USAGE}    1
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${AUTH_USAGE}    1
${AUTH_USAGE}    1
${VNFM_DUPLICATION}    1
#${VNFM_DUPLICATION}    1
${VNFM_CHECKS_NOTIF_ENDPOINT}    1
${VNFM_CHECKS_NOTIF_ENDPOINT}    1
${callback_uri}    http://localhost
${callback_uri}    http://localhost
${unreachable_callback_uri}    http://not-reachable-uri
${unreachable_callback_uri}    http://not-reachable-uri
${new_callback_uri}    http://newcallbackuri-for-PMJobModifications
${new_callback_uri}    http://newcallbackuri-for-PMJobModifications
${callback_port}    9091
${callback_port}    9091
${callback_endpoint}    /endpoint
${callback_endpoint}    /endpoint
${callback_endpoint_error}    /endpoint_404
#${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
#${sleep_interval}    20s
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar


${response}        http-response
${response}        http-response


${objectInstanceIds}    1f50d68b-82e8-4deb-bd40-c934d4d1ac0a
${objectInstanceIds}    1f50d68b-82e8-4deb-bd40-c934d4d1ac0a


${subscribe}    /subscribe
#${subscribe}    /subscribe




${pmJobId}        29f4ff6a-be91-4ec8-856e-fcf1e2479e4e
${pmJobId}        29f4ff6a-be91-4ec8-856e-fcf1e2479e4e
${erroneousPmJobId}    erroneousPmJobId
${erroneousPmJobId}    erroneousPmJobId
+2 −2
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ Check Performance Information Available Notification Http POST Request Body Json
Check Performance Information Available Notification Http POST Request Body notificationType attribute Is
Check Performance Information Available Notification Http POST Request Body notificationType attribute Is
    [Arguments]    ${type}
    [Arguments]    ${type}
    Configure Notification Performance Information Available Handler    ${callback_endpoint_fwd}    ${type}
    Configure Notification Performance Information Available Handler    ${callback_endpoint_fwd}    ${type}
    Wait Until Keyword Succeeds    2 min   10 sec   Verify Mock Expectation    ${notification_request}
    Wait Until Keyword Succeeds    ${total_polling_time}   ${polling_interval}   Verify Mock Expectation    ${notification_request}
    Clear Requests    ${callback_endpoint}
    Clear Requests    ${callback_endpoint}
    Clear Requests    ${callback_endpoint_fwd}
    Clear Requests    ${callback_endpoint_fwd}


@@ -69,7 +69,7 @@ Check Threshold Crossed Notification Http POST Request Body Json Schema Is
Check Threshold Crossed Notification Http POST Request Body notificationType attribute Is
Check Threshold Crossed Notification Http POST Request Body notificationType attribute Is
    [Arguments]    ${type}
    [Arguments]    ${type}
    Configure Notification Threshold Crossed Handler    ${callback_endpoint_fwd}    ${type}
    Configure Notification Threshold Crossed Handler    ${callback_endpoint_fwd}    ${type}
    Wait Until Keyword Succeeds    2 min   10 sec   Verify Mock Expectation    ${notification_request}
    Wait Until Keyword Succeeds    ${total_polling_time}   ${polling_interval}   Verify Mock Expectation    ${notification_request}
    Clear Requests    ${callback_endpoint}
    Clear Requests    ${callback_endpoint}
    Clear Requests    ${callback_endpoint_fwd}
    Clear Requests    ${callback_endpoint_fwd}
    
    
+2 −2
Original line number Original line Diff line number Diff line
@@ -3,8 +3,8 @@ ${callback_uri} http://localhost
${callback_port}    9091
${callback_port}    9091
${callback_endpoint}    /endpoint
${callback_endpoint}    /endpoint
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_error}    /endpoint_404
#${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
#${sleep_interval}    20s
${total_polling_time}   2 min
${total_polling_time}   2 min
${polling_interval}     10 sec
${polling_interval}     10 sec


+3 −3
Original line number Original line Diff line number Diff line
@@ -2,6 +2,6 @@
${callback_uri}    http://localhost
${callback_uri}    http://localhost
${callback_port}    9091
${callback_port}    9091
${callback_endpoint}    /endpoint
${callback_endpoint}    /endpoint
${callback_endpoint_error}    /endpoint_404
#${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
#${sleep_interval}    20s
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
 No newline at end of file