Loading SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ Send Post request for Change interface state task Log Trying to perform a POST for Change interface state task Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} ${body}= Get File jsons/ManoConfigModificationRequest.json ${body}= Get File jsons/ChangeStateRequest.json POST ${apiRoot}/${apiName}/${apiMajorVersion}/mano_entity/mano_interfaces/${manoServiceInterfaceId}/change_state ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateRequest.json 0 → 100644 +7 −0 Original line number Diff line number Diff line { "operationalStateChange": { "operationalStateAction":"START" } } No newline at end of file Loading
SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ Send Post request for Change interface state task Log Trying to perform a POST for Change interface state task Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} ${body}= Get File jsons/ManoConfigModificationRequest.json ${body}= Get File jsons/ChangeStateRequest.json POST ${apiRoot}/${apiName}/${apiMajorVersion}/mano_entity/mano_interfaces/${manoServiceInterfaceId}/change_state ${body} ${output}= Output response Set Suite Variable ${response} ${output} Loading
SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateRequest.json 0 → 100644 +7 −0 Original line number Diff line number Diff line { "operationalStateChange": { "operationalStateAction":"START" } } No newline at end of file