Skip to content
Snippets Groups Projects
Commit 216ddc7d authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed documentation from TST WG comments

parent 40f8cf3b
No related branches found
No related tags found
1 merge request!48addressed comments for TST010 contrbutions
......@@ -54,10 +54,9 @@ POST Individual NS Performance Job - Method not implemented
... Reference: section 7.4.3.3.1 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS Performance Job is not created on the NFVO
... Post-Conditions: none
Send Post request for individual NS Performance Job
Check HTTP Response Status Code Is 405
Check Postcondition NS Performance Job is not Created
PUT Individual NS Performance Job - Method not implemented
[Documentation] Test ID: 5.3.4.2.5
......@@ -67,10 +66,9 @@ PUT Individual NS Performance Job - Method not implemented
... Reference: section 7.4.3.3.3 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS Performance Job is not modified by the operation
... Post-Conditions: none
Send Put request for individual NS Performance Job
Check HTTP Response Status Code Is 405
Check Postcondition NS Performance Job is Unmodified (Implicit)
PATCH Individual NS Performance Job - Method not implemented
[Documentation] Test ID: 5.3.4.2.6
......@@ -80,10 +78,9 @@ PATCH Individual NS Performance Job - Method not implemented
... Reference: section 6.4.3.3.4 - SOL002 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS Performance Job is not modified by the operation
... Post-Conditions: none
Send Patch request for individual NS Performance Job
Check HTTP Response Status Code Is 405
Check Postcondition NS Performance Job is Unmodified (Implicit)
DELETE Individual NS Performance Job
[Documentation] Test ID: 5.3.4.2.7
......
......@@ -54,10 +54,9 @@ POST Individual VNF Package Subscription - Method not implemented
... Reference: section 9.4.8.9.3.1 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The VNF Package Subscription is not created on the NFVO
... Post-Conditions: none
Send Post request for individual VNF Package Subscription
Check HTTP Response Status Code Is 405
Check Postcondition VNF Package Subscription is not Created
PUT Individual VNF Package Subscription - Method not implemented
[Documentation] Test ID: 5.3.5.8.5
......@@ -67,10 +66,9 @@ PUT Individual VNF Package Subscription - Method not implemented
... Reference: section 9.4.8.9.3.3 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The VNF Package subscription is not modified by the operation
... Post-Conditions: none
Send Put request for individual VNF Package Subscription
Check HTTP Response Status Code Is 405
Check Postcondition VNF Package Subscription is Unmodified (Implicit)
PATCH Individual VNF Package Subscription - Method not implemented
[Documentation] Test ID: 5.3.5.8.6
......@@ -80,10 +78,9 @@ PATCH Individual VNF Package Subscription - Method not implemented
... Reference: section 9.4.8.9.3.4 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The VNF Package subscription is not modified by the operation
... Post-Conditions: none
Send Patch request for individual VNF Package Subscription
Check HTTP Response Status Code Is 405
Check Postcondition VNF Package Subscription is Unmodified (Implicit)
DELETE Individual VNF Package Subscription
[Documentation] Test ID: 5.3.5.8.7
......
......@@ -73,8 +73,8 @@ Disable Individual VNF Package
Disable Individual VNF Package with conflict due to operational state DISABLED
[Documentation] Test ID: 5.3.5.2.6
... Test title: Disable Individual VNF Package with conflict due to operational state ENABLED
... Test objective: The objective is to test that disabling an individual VNF Package that is already in ENABLED operational state fails and perform a JSON schema validation of the failed operation HTTP response
... Test title: Disable Individual VNF Package with conflict due to operational state DISABLED
... Test objective: The objective is to test that disabling an individual VNF Package that is already in DISABLED operational state fails and perform a JSON schema validation of the failed operation HTTP response
... Pre-conditions: One or more VNF Packages are onboarded in the NFVO in DISABLED operational state (Test ID 5.3.5.2.5).
... Reference: section 9.4.3.3.4 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
......
......@@ -115,7 +115,7 @@ Upload VNF Package Content with conflict due to onboarding state
[Documentation] Test ID: 5.3.5.4.9
... Test title: Upload VNF Package Content with conflict due to onboarding state
... Test objective: The objective is to test that the upload of the VNF Package Content fails due to a conflict when the VNF Package is not in onboarding state CREATED in the NFVO. The test also performs a validation of the JSON schema validation of the failed operation HTTP response
... Pre-conditions: The onboarding state of the VNF Package for which the content is requested is different from ONBOARDED.
... Pre-conditions: The onboarding state of the VNF Package for which the content is requested is different from CREATED.
... Reference: section 9.4.5.3.4 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
......
......@@ -25,7 +25,7 @@ Upload VNF Package Content from URI with conflict due to onboarding state
[Documentation] Test ID: 5.3.5.5.2
... Test title: Upload VNF Package Content from URI with conflict due to onboarding state
... Test objective: The objective is to test that the upload of the VNF Package Content from URI fails due to a conflict when the VNF Package is not in onboarding state CREATED in the NFVO. The test also performs a validation of the JSON schema validation of the failed operation HTTP response
... Pre-conditions: The onboarding state of the VNF Package for which the content is requested is different from ONBOARDED.
... Pre-conditions: The onboarding state of the VNF Package for which the content is requested is different from CREATED.
... Reference: section 9.4.6.3.1 - SOL005 v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment