Commit 709391c7 authored by Mike-no's avatar Mike-no Committed by Giacomo Bernini
Browse files

remove duplicated PATCH Individual NS LCM OP Occurrence - ETag mismatch method

parent fe519feb
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -952,18 +952,6 @@ PATCH Individual NS LCM OP Occurrence - ETag mismatch
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}

PATCH Individual NS LCM OP Occurrence - ETag mismatch
    log    Trying to perform a PATCH.
    Set Headers  {"Accept":"${ACCEPT}"}
    Set Headers  {"Content-Type": "${CONTENT_TYPE_PATCH}"}
    Set Headers    {"If-Match": "${invalid_etag}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    ${body}=    Get File    jsons/NsLcmInfoModificationRequest.json
    ${body}=        Format String   ${body}     scheduledTime=${schedule_for_new_operation_start}
    Patch    ${apiRoot}/${apiName}/${apiMajorVersion}/ns_lcm_op_occs/${nsLcmOpOccId_scheduledOp_notStarted}    ${body}	 	
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}

PATCH Individual NS LCM OP Occurrence - HTTP Conditional Request not supported
    Pass Execution If    ${PRODUCER_SUPPORT_COND_REQ} == 1    NVFO allows conditional requests, skipping test
    log    Trying to perform a PATCH.