Commit 38b7f343 authored by aureliano sinatra's avatar aureliano sinatra
Browse files

removed setup from SOL5

parent 90004c2b
...@@ -6,21 +6,20 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ...@@ -6,21 +6,20 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library DependencyLibrary Library DependencyLibrary
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Documentation This task resource represents the "Cancel operation" operation. The client can use this resource to cancel an ongoing VNF lifecycle operation.
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
Post Cancel operation task Post Cancel operation task
[Documentation] Test ID: 7.3.1.16.1 [Documentation] Test ID: 7.3.1.16.1
... Test title: POST Cancel operation task ... Test title: POST Cancel operation task
... 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. ... 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: none ... Pre-conditions: the related "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
... Reference: section 5.4.17.3.1 - SOL003 v2.4.1 ... Reference: section 5.4.17.3.1 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: in response header Location should not be null ... Post-Conditions: in response header Location should not be null
POST Cancel operation task POST Cancel operation task
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check resource FAILED_TEMP
Post Cancel operation task Conflict Post Cancel operation task Conflict
[Documentation] Test ID: 7.3.1.16.2 [Documentation] Test ID: 7.3.1.16.2
...@@ -31,7 +30,6 @@ Post Cancel operation task Conflict ...@@ -31,7 +30,6 @@ Post Cancel operation task Conflict
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: in response header Location should not be null ... Post-Conditions: in response header Location should not be null
Depends on test Check resource FAILED_TEMP
POST Cancel operation task POST Cancel operation task
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -40,15 +38,15 @@ Post Cancel operation task Not Found ...@@ -40,15 +38,15 @@ Post Cancel operation task Not Found
# TODO: Need to create a vnfInstance which's instantiatedVnfInfo.scaleStatus is absent # TODO: Need to create a vnfInstance which's instantiatedVnfInfo.scaleStatus is absent
[Documentation] Test ID: 7.3.1.16.2 [Documentation] Test ID: 7.3.1.16.2
... Test title: POST Cancel operation task ... 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 ... Test objective: The objective is to test that POST method cannot cancel a VNF lifecycle operation because the resource is not found
... Pre-conditions: ... Pre-conditions:
... Reference: section 5.4.17.3.1 - SOL003 v2.4.1 ... Reference: section 5.4.17.3.1 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: in response header Location should not be null ... Post-Conditions: in response header Location should not be null
[Setup] Check Fail not supported
POST Cancel operation task POST Cancel operation task
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
GET Cancel operation task - Method not implemented GET Cancel operation task - Method not implemented
[Documentation] Test ID: 7.3.1.16.3 [Documentation] Test ID: 7.3.1.16.3
... Test title: GET Cancel operation task - Method not implemented ... Test title: GET Cancel operation task - Method not implemented
......
...@@ -6,7 +6,6 @@ Resource VnfLcmMntOperationKeywords.robot ...@@ -6,7 +6,6 @@ Resource VnfLcmMntOperationKeywords.robot
Library OperatingSystem Library OperatingSystem
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
POST Change external VNF connectivity POST Change external VNF connectivity
......
...@@ -6,7 +6,6 @@ Resource VnfLcmMntOperationKeywords.robot ...@@ -6,7 +6,6 @@ Resource VnfLcmMntOperationKeywords.robot
Library OperatingSystem Library OperatingSystem
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
POST Change deployment flavour of a vnfInstance POST Change deployment flavour of a vnfInstance
...@@ -18,7 +17,7 @@ POST Change deployment flavour of a vnfInstance ...@@ -18,7 +17,7 @@ POST Change deployment flavour of a vnfInstance
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: in response header Location should not be null ... Post-Conditions: in response header Location should not be null
POST Change VNF deployment flavour ${vnfInstanceId} POST Change VNF deployment flavour
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -31,8 +30,7 @@ Change deployment flavour of a vnfInstance Conflict (Not-Instantiated) ...@@ -31,8 +30,7 @@ Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
[Setup] Check resource not instantiated POST Change VNF deployment flavour
POST Change VNF deployment flavour ${instantiatedVnfInstanceId}
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -47,8 +45,7 @@ Change deployment flavour of a vnfInstance Not Found ...@@ -47,8 +45,7 @@ Change deployment flavour of a vnfInstance Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
[Setup] Check change flavour not supported POST Change VNF deployment flavour
POST Change VNF deployment flavour ${notFoundVnfInstanceId}
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -6,11 +6,6 @@ Library DependencyLibrary ...@@ -6,11 +6,6 @@ Library DependencyLibrary
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot Resource VnfLcmMntOperationKeywords.robot
Documentation This 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 Setup Check resource existance
*** Test Cases *** *** Test Cases ***
Post Fail operation task Post Fail operation task
...@@ -22,7 +17,6 @@ Post Fail operation task ...@@ -22,7 +17,6 @@ Post Fail operation task
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test Check resource FAILED_TEMP
Post Fail operation Post Fail operation
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -37,7 +31,6 @@ Post Fail operation task Conflict (Not-FAILED_TEMP) ...@@ -37,7 +31,6 @@ Post Fail operation task Conflict (Not-FAILED_TEMP)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test failure Check resource FAILED_TEMP
Post Fail operation Post Fail operation
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -52,7 +45,6 @@ Post Fail operation task Not Found ...@@ -52,7 +45,6 @@ Post Fail operation task Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
[Setup] Check Fail not supported
Post Fail operation Post Fail operation
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
......
...@@ -6,7 +6,6 @@ Library OperatingSystem ...@@ -6,7 +6,6 @@ Library OperatingSystem
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot Resource VnfLcmMntOperationKeywords.robot
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
POST Heal a vnfInstance POST Heal a vnfInstance
...@@ -32,7 +31,6 @@ Heal a vnfInstance Conflict (Not-Instantiated) ...@@ -32,7 +31,6 @@ Heal a vnfInstance Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource not instantiated
POST Terminate VNF POST Terminate VNF
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -49,7 +47,6 @@ Heal a vnfInstance Not Found ...@@ -49,7 +47,6 @@ Heal a vnfInstance Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: ... Post-Conditions:
[Setup] Check heal not supported
POST Terminate VNF POST Terminate VNF
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -5,9 +5,6 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ...@@ -5,9 +5,6 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot Resource VnfLcmMntOperationKeywords.robot
Documentation This resource represents an individual subscription. The client can use this resource to read and to terminate a
... subscription to notifications related to VNF lifecycle management
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
Post Individual Subscription - Method not implemented Post Individual Subscription - Method not implemented
......
...@@ -8,9 +8,6 @@ Library OperatingSystem ...@@ -8,9 +8,6 @@ Library OperatingSystem
Library DependencyLibrary Library DependencyLibrary
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Documentation This resource represents an individual VNF instance. The client can use this resource to modify and delete the
... underlying VNF instance, and to read information about the VNF instance.
Suite Setup Check resource existance
*** Variables *** *** Variables ***
${original_etag} 1234 ${original_etag} 1234
...@@ -76,7 +73,6 @@ PATCH Individual VNFInstance Precondition failed ...@@ -76,7 +73,6 @@ PATCH Individual VNFInstance Precondition failed
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
Depends On Test PATCH Individual VNFInstance # If the previous test scceeded, it means that Etag has been modified
PATCH individual vnfInstance PATCH individual vnfInstance
Check HTTP Response Status Code Is 412 Check HTTP Response Status Code Is 412
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -90,8 +86,6 @@ PATCH Individual VNFInstance Conflict ...@@ -90,8 +86,6 @@ PATCH Individual VNFInstance Conflict
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
# TODO: Need to set the pre-condition of the test
[Setup] Launch another LCM operation
PATCH individual vnfInstance PATCH individual vnfInstance
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -118,8 +112,6 @@ DELETE Individual VNFInstance Conflict ...@@ -118,8 +112,6 @@ DELETE Individual VNFInstance Conflict
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
# TODO: Need to set the pre-condition of the test. The VnfInstance shall in INSTANTIATED state
[Setup] Check resource instantiated
DELETE individual vnfInstance DELETE individual vnfInstance
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -34,7 +34,6 @@ Instantiate a vnfInstance Conflict ...@@ -34,7 +34,6 @@ Instantiate a vnfInstance Conflict
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource instantiated
POST instantiate individual vnfInstance POST instantiate individual vnfInstance
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -16,8 +16,7 @@ ${sleep_interval} 20s ...@@ -16,8 +16,7 @@ ${sleep_interval} 20s
Deliver a notification - Operation Occurence Deliver a notification - Operation Occurence
[Documentation] Test ID: 7.3.1.19.1 [Documentation] Test ID: 7.3.1.19.1
... Test title: POST Deliver a notification - Operation Occurence ... Test title: POST Deliver a notification - Operation Occurence
... Test objective: The objective is to test that POST method trigger a notification about lifecycle changes triggered by a VNF LCM ... Test objective: The objective is to test that POST method trigger a notification about lifecycle changes triggered by a VNF LCM operation occurrence
operation occurrence
... Pre-conditions: none ... Pre-conditions: none
... Reference: section 5.4.20.3.1 - SOL005 v2.4.1 ... Reference: section 5.4.20.3.1 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO
......
...@@ -33,7 +33,6 @@ POST Operate a vnfInstance Conflict (Not-Instantiated) ...@@ -33,7 +33,6 @@ POST Operate a vnfInstance Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource not instantiated
POST Operate VNF POST Operate VNF
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -49,7 +48,6 @@ POST Operate a vnfInstance Not Found ...@@ -49,7 +48,6 @@ POST Operate a vnfInstance Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: ... Post-Conditions:
[Setup] Check operate not supported
POST Operate VNF POST Operate VNF
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -20,7 +20,6 @@ Post Retry operation task ...@@ -20,7 +20,6 @@ Post Retry operation task
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test Check resource FAILED_TEMP
Post Retry operation Post Retry operation
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -35,7 +34,6 @@ Post Retry operation task Conflict (Not-FAILED_TEMP) ...@@ -35,7 +34,6 @@ Post Retry operation task Conflict (Not-FAILED_TEMP)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test failure Check resource FAILED_TEMP
Post Retry operation Post Retry operation
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -51,7 +49,6 @@ Post Retry operation task Not Found ...@@ -51,7 +49,6 @@ Post Retry operation task Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
[Setup] Check retry not supported
Post Retry operation Post Retry operation
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
......
...@@ -10,8 +10,6 @@ Library BuiltIn ...@@ -10,8 +10,6 @@ Library BuiltIn
Library Collections Library Collections
Library JSONLibrary Library JSONLibrary
Library Process Library Process
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases *** *** Test Cases ***
......
...@@ -19,7 +19,6 @@ Post Rollback operation task ...@@ -19,7 +19,6 @@ Post Rollback operation task
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test Check resource FAILED_TEMP
Post Rollback operation Post Rollback operation
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -34,7 +33,6 @@ Post Rollback operation task Conflict (Not-FAILED_TEMP) ...@@ -34,7 +33,6 @@ Post Rollback operation task Conflict (Not-FAILED_TEMP)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
Depends on test failure Check resource FAILED_TEMP
Post Rollback operation Post Rollback operation
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -50,7 +48,6 @@ Post Rollback operation task Not Found ...@@ -50,7 +48,6 @@ Post Rollback operation task Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: none ... Post-Conditions: none
[Setup] Check Rollback not supported
Post Rollback operation Post Rollback operation
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
......
...@@ -18,7 +18,7 @@ POST Scale a vnfInstance ...@@ -18,7 +18,7 @@ POST Scale a vnfInstance
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
POST Scale vnfInstance ${instantiatedVnfInstanceId} POST Scale vnfInstance
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -32,8 +32,7 @@ POST Scale a vnfInstance Conflict (Not-Instantiated) ...@@ -32,8 +32,7 @@ POST Scale a vnfInstance Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource not instantiated POST Scale vnfInstance
POST Scale vnfInstance ${notInstantiatedVnfInstanceId}
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -47,8 +46,7 @@ POST Scale a vnfInstance Not Found ...@@ -47,8 +46,7 @@ POST Scale a vnfInstance Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
[Setup] Check scale not supported POST Scale vnfInstance
POST Scale vnfInstance ${notFoundVnfInstanceId}
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -6,7 +6,6 @@ Library OperatingSystem ...@@ -6,7 +6,6 @@ Library OperatingSystem
Library JSONLibrary Library JSONLibrary
Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/
Resource VnfLcmMntOperationKeywords.robot Resource VnfLcmMntOperationKeywords.robot
Suite Setup Check resource existance
*** Test Cases *** *** Test Cases ***
POST Scale a vnfInstance to level POST Scale a vnfInstance to level
...@@ -18,7 +17,7 @@ POST Scale a vnfInstance to level ...@@ -18,7 +17,7 @@ POST Scale a vnfInstance to level
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
POST Scale vnfInstance to level ${instantiatedVnfInstanceId} POST Scale vnfInstance to level
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check Operation Occurrence Id Check Operation Occurrence Id
...@@ -32,8 +31,7 @@ POST Scale a vnfInstance to level Conflict (Not-Instantiated) ...@@ -32,8 +31,7 @@ POST Scale a vnfInstance to level Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource not instantiated POST Scale vnfInstance to level
POST Scale vnfInstance to level ${notInstantiatedInstanceId}
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
...@@ -48,8 +46,7 @@ Scale a vnfInstance Not Found ...@@ -48,8 +46,7 @@ Scale a vnfInstance Not Found
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: ... Applicability:
... Post-Conditions: ... Post-Conditions:
[Setup] Check scale to level not supported POST Scale vnfInstance to level
POST Scale vnfInstance to level ${notFoundInstanceId}
Check HTTP Response Status Code Is 409 Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -10,8 +10,6 @@ Library BuiltIn ...@@ -10,8 +10,6 @@ Library BuiltIn
Library Collections Library Collections
Library JSONLibrary Library JSONLibrary
Library Process Library Process
Suite Setup Initialize System
Suite Teardown Terminate All Processes kill=true
*** Test Cases *** *** Test Cases ***
......
...@@ -32,7 +32,6 @@ Terminate a vnfInstance Conflict (Not-Instantiated) ...@@ -32,7 +32,6 @@ Terminate a vnfInstance Conflict (Not-Instantiated)
... Config ID: Config_prod_VNFM ... Config ID: Config_prod_VNFM
... Applicability: none ... Applicability: none
... Post-Conditions: ... Post-Conditions:
[Setup] Check resource not instantiated
POST Terminate VNF POST Terminate VNF
Check HTTP Response Status Code Is 202 Check HTTP Response Status Code Is 202
Check HTTP Response Body Json Schema Is ProblemDetails Check HTTP Response Body Json Schema Is ProblemDetails
......
...@@ -306,40 +306,39 @@ DELETE Change External VNF Connectivity ...@@ -306,40 +306,39 @@ DELETE Change External VNF Connectivity