Commit 1f247f56 authored by Muhammad Hamza's avatar Muhammad Hamza Committed by Giacomo Bernini
Browse files

comment out unused variables

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




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


${callbackResp}    localhost
${callbackResp}    localhost
 No newline at end of file
+1 −1
Original line number Original line 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
Check Indicator Value Change Notification Http POST Request Body notificationType attribute Is
    [Arguments]    ${type}
    [Arguments]    ${type}
    Configure Notification Indicator Value Change Handler    ${callback_endpoint_fwd}    ${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}
    Clear Requests    ${callback_endpoint_fwd}  
    Clear Requests    ${callback_endpoint_fwd}  
    
    
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ ${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