[Teardown]#We cannot know if the "scale" operation is finished easily because the 202 indicates only whether the operation has been accepted, not whether the operation has been finished
[Teardown]#We cannot know if the "scale" operation is finished easily because the 202 indicates only whether the operation has been accepted, not whether the operation has been finished
PATCH Individual VNFInstance Precondition failed
# TODO: Need to set the pre-condition of the test
# TODO: According to the Etag mechanism principle (https://www.logicbig.com/quick-info/web/etag-header.html), a request header 'If-None-Match' is needed to trigger the Etag validation.
# But this request header is not mentioned in the spec
[Documentation]Precondition Failed
...A precondition given in an HTTP request header is not fulfilled.
...Typically, this is due to an ETag mismatch, indicating that the resource was modified by another entity.
...The response body should contain a ProblemDetails structure, in which the “detail” attribute should convey more information about the error.
logTrying to modify an individual VNF instance Precondition failed
Set Headers{"Accept":"${ACCEPT}"}
Set Headers{"Content-Type": "${CONTENT_TYPE_PATCH}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}