Commit 5c7a9921 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Fixed issue #196 in 2.8.1-fix-plu

parent eb0c5e30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -110,9 +110,9 @@ Check HTTP Response Header Contains
Check Individual VNF LCM operation occurrence operationState is
    [Arguments]    ${status}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    Get    ${response['headers']['Location']}
    ${opOccResponse}=    Get    ${response['headers']['Location']}
    Log    Validate operationState  
    Should Be Equal as Strings  ${response['body']['operationState']}    ${status}
    Should Be Equal as Strings  ${opOccResponse['body']['operationState']}    ${status}
    Log    operationState validated

Send VNF Scale Out Request