Loading SOL003/VNFLifecycleManagement-API/VnfLcmMntOperationKeywords.robot +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
SOL003/VNFLifecycleManagement-API/VnfLcmMntOperationKeywords.robot +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading