@@ -38,16 +38,17 @@ Post Cancel operation task Conflict
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.
[Documentation]Test ID: 7.3.1.16.2
...Test title: POST Cancel operation task
...Test objective: The objective is to test that POST method cannot cancel a VNF lifecycle operation because the operation is not supported
...Pre-conditions:
...Reference:section 5.4.17.3.1 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: in response header Location should not be null
[Setup]Check Fail not supported
POST Cancel operation task
Check HTTP Response Status Code Is409
Check HTTP Response Body Json Schema IsProblemDetails
Check HTTP Response Status Code Is404
GET Cancel operation task - Method not implemented
[Documentation]Test ID: 7.3.1.16.3
...Test title: GET Cancel operation task - Method not implemented
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.
...
...
@@ -13,80 +14,95 @@ Suite Setup Check 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 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Depends on testCheck resource FAILED_TEMP
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.
[Documentation]Test ID: 7.3.1.15.2
...Test title: Post Fail operation task
...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 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Depends on test failureCheck resource FAILED_TEMP
LogFinal Fail an operation
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
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.
[Documentation]Test ID: 7.3.1.15.3
...Test title: Post Fail operation task
...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 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
[Setup]Check Fail not supported
logFinal fail an operation
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization":"${AUTHORIZATION}"}
...Test title: Deliver a notification - Id Creation
...Test objective: The objective is to test that POST method trigger a notification about the creation of a VNF identifier and the related to a VNF instance resource.
...Pre-conditions: none
...Reference:section 5.4.20.3.1 - SOL005 v2.4.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
POST Id creation
Deliver a notification - Id deletion
logThe POST method delivers a notification from the server to the client.
...Test title: Deliver a notification - Id deletion
...Test objective: The objective is to test that POST method trigger A notification about the deletion of a VNF identifier and the related to a VNF instance resource
...Pre-conditions: none
...Reference:section 5.4.20.3.1 - SOL005 v2.4.1
...Config ID: Config_prod_NFVO
...Applicability: none
...Post-Conditions: none
POST Id deletion
Test a notification end point
logThe GET method allows the server to test the notification endpoint