Commit b5ab83b0 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

comment out unused variables

parent d1151367
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
*** Variables ***
${PRODUCER_HOST}    localhost   
${PRODUCER_PORT}    8081    
${PRODUCER_SCHEMA}    https
#${PRODUCER_HOST}    localhost   
#${PRODUCER_PORT}    8081    
#${PRODUCER_SCHEMA}    https
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken
@@ -49,7 +49,7 @@ ${POS_FIELDS} name=vnfIndicator
${NEG_FIELDS}     wrongName=any_value


${vnfIndicators}  =     
#${vnfIndicators}  =     
${VAR_SEPERATOR}    &

${callbackResp}    localhost
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ Check Indicator Value Change Notification Http POST Request Body Json Schema Is
Check Indicator Value Change Notification Http POST Request Body notificationType attribute Is
    [Arguments]    ${type}
    Configure Notification Indicator Value Change 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_fwd}  
    
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ ${callback_port} 9091
${callback_endpoint}    /endpoint
${callback_endpoint_fwd}    /endpoint/check
${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
#${sleep_interval}    20s
${total_polling_time}   2 min
${polling_interval}     10 sec