...Test objective: The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the related "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Pre-conditions: the related "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Reference:section 5.4.17.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: in response header Location should not be null
POST Cancel operation task
Check HTTP Response Status Code Is202
Check resource has a temporary failure
Post Cancel operation task Conflict
[Documentation]Test ID: 6.3.5.16.2
...Test title: POST Cancel operation task
...Test objective: The POST method is NOT cancelling an ongoing VNF lifecycle operation due to the fact that the VNF instance resource is not in STARTING, PROCESSING or ROLLING_BACK state
...Pre-conditions: operation is not in STARTING, PROCESSING or ROLLING_BACK state
...Reference:section 5.4.17.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: in response header Location should not be null
POST Cancel operation task
Check HTTP Response Status Code Is409
Check HTTP Response Body Json Schema IsProblemDetails
Post Cancel operation task Not Found
# TODO: Need to create a vnfInstance which's instantiatedVnfInfo.scaleStatus is absent
[Documentation]Not Found
...Error: The API producer did not find a current representation for the target resource or is not willing to disclose that one exists.
...Specifically in case of this task resource, the response code 404 shall also be returned
...if the task is not supported for the VNF LCM operation occurrence represented by the parent resource,
...which means that the task resource consequently does not exist.
...In this case, the response body shall be present, and shall contain a ProblemDetails structure, in which the �detail� attribute shall convey more information about the error.
[Setup]Check Fail not supported
logFinal fail an operation
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test title: POST Change deployment flavour of a vnfInstance
...Test objective: The objective is to test that POST method can't trigger a change in VNF deployment flavour because of a conflict with the state of the VNF instance resource.
...Pre-conditions: VNF instance resource is not in NOT-INSTANTIATED state
...Reference:section 5.4.7.3.1 - SOL003 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: none
POST Change VNF deployment flavour
Check HTTP Response Status Code Is409
Check HTTP Response Body Json Schema IsProblemDetails
Change deployment flavour of a vnfInstance Not Found
# TODO: Need to create a vnfInstance which's instantiatedVnfInfo.scaleStatus is absent
[Documentation]Not Found
...Error: The API producer did not find a current representation for the target resource or is not willing to disclose that one exists.
...Specifically in case of this task resource, the response code 404 shall also returned if the task is not supported for the VNF instance represented by the parent resource, which means that the task resource consequently does not exist.
...In this case, the response body shall be present, and shall contain a ProblemDetails structure, in which the �detail� attribute shall convey more information about the error.
[Setup]Check change flavour not supported
LogTrying to change the deployment flavour of a VNF instance, not exist
Set Headers{"Accept":"${ACCEPT}"}
Set Headers{"Content-Type": "${CONTENT_TYPE}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test title: POST Change deployment flavour of a vnfInstance
...Test objective: The objective is to test that POST method can't trigger a change in VNF deployment flavour because the VNF instance resource is not found.
...Pre-conditions: VNF instance resource is not in NOT-INSTANTIATED state
...Reference:section 5.4.7.3.1 - SOL003 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: none
POST Change VNF deployment flavour
Check HTTP Response Status Code Is404
Check HTTP Response Body Json Schema IsProblemDetails
GET Change deployment flavour VNFInstance - Method not implemented
logTrying to perform a GET. This method should not be implemented
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
DocumentationThis task resource represents the "Fail operation" operation.
... The client can use this resource to mark a VNF lifecycle management operation occurrence as "finally failed",
... i.e. change the state of the related VNF LCM operation occurrence resource to "FAILED", if it is not assumed that a subsequent retry or rollback will succeed.
... Once the operation is marked as "finally failed", it cannot be retried or rolled back anymore.
Suite SetupCheck resource existance
*** Test Cases ***
Post Fail operation task
[Documentation]The POST method marks a VNF lifecycle management operation occurrence as "finally failed" if that operation occurrence is in "FAILED_TEMP" state.
LogFinal fail a VNF lifecycle operation if that operation has experienced a temporary failure
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test objective: The objective is to test that POST method mark as "finally failed" a VNF lifecycle operation if that operation has experienced a temporary failure
...Pre-conditions: the related "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state.
...Reference:section 5.4.16.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: none
Post Fail operation
Check HTTP Response Status Code Is202
Check Operation Occurrence Id
Post Fail operation task Conflict (Not-FAILED_TEMP)
# TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
[Documentation]Conflict.
...The operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
...Typically, this is due to the fact that the VNF instance resource is not in FAILED_TEMP state,
...or another error handling action is starting, such as retry or rollback.
...The response body shall contain a ProblemDetails structure, in which the �detail� attribute should convey more information about the error.
Depends on test failureCheck resource FAILED_TEMP
LogFinal Fail an operation
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test objective: The objective is to test that POST method cannot mark as "finally failed" a VNF lifecycle operation if that operation has experienced a temporary failure
...Pre-conditions: the related "VNF LCM operation occurrence" resource is not in "FAILED_TEMP" state.
...Reference:section 5.4.16.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: none
Post Fail operation
Check HTTP Response Status Code Is409
Check HTTP Response Body Json Schema IsProblemDetails
Post Fail operation task Not Found
# TODO: Need to create a vnfInstance which's instantiatedVnfInfo.scaleStatus is absent
[Documentation]Not Found
...Error: The API producer did not find a current representation for the target resource or is not willing to disclose that one exists.
...Specifically in case of this task resource, the response code 404 shall also be returned
...if the task is not supported for the VNF LCM operation occurrence represented by the parent resource,
...which means that the task resource consequently does not exist.
...In this case, the response body shall be present, and shall contain a ProblemDetails structure, in which the �detail� attribute shall convey more information about the error.
[Setup]Check Fail not supported
logFinal fail an operation
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test objective: The objective is to test that POST method cannot mark as "finally failed" a VNF lifecycle operation because the operation is not supported
...Pre-conditions:
...Reference:section 5.4.16.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VE
...Applicability: none
...Post-Conditions: none
Post Fail operation
Check HTTP Response Status Code Is404
GET Fail operation task - Method not implemented
logTrying to perform a GET. This method should not be implemented
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}