Skip to content
Snippets Groups Projects
Commit 3b56d6fe authored by AHMADABB's avatar AHMADABB
Browse files

R2 after Takaaki comments

parent f9e60421
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ PUT Virtualised Resources Quota Available Notification subscriptions - Method no
[Documentation] Test ID: 7.3.7.1.7
... Test title: PUT Virtualised Resources Quota Available Notification subscriptions - Method not implemented
... Test objective: The objective is to test that PUT method is not allowed to update existing subscriptions instance on VNF
... Pre-conditions: A NFV instance is instantiated
... Pre-conditions: A VNF instance is instantiated
... Reference: section 11.4.3.3.4 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability: none
......@@ -109,7 +109,7 @@ PATCH Virtualised Resources Quota Available Notification subscriptions - Method
[Documentation] Test ID: 7.3.7.1.8
... Test title: PATCH Virtualised Resources Quota Available Notification subscriptions - Method not implemented
... Test objective: The objective is to test that PATCH method is not allowed to modify subscriptions instance on VNF
... Pre-conditions: A NFV instance is instantiated
... Pre-conditions: A VNF instance is instantiated
... Reference: section 11.4.3.3.4 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability: none
......@@ -121,12 +121,13 @@ DELETE Virtualised Resources Quota Available Notification subscriptions - Method
[Documentation] Test ID: 7.3.7.1.9
... Test title: DELETE Virtualised Resources Quota Available Notification subscriptions - Method not implemented
... Test objective: The objective is to test that PATCH method is not allowed to delete subscriptions instance on VNF
... Pre-conditions: A NFV instance is instantiated
... Pre-conditions: A VNF instance is instantiated
... Reference: section 11.4.3.3.5 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability: none
... Post-Conditions: none
Send Delete request for Virtualised Resources Quota Available Notification subscription
Check HTTP Response Status Code Is 405
Check Postcondition VNF Virtualised Resources Quota Available Notification Subscriptions Exists
\ No newline at end of file
......@@ -42,6 +42,10 @@ Check HTTP Response Header ContentType is
Log Validate content type
Should Be Equal ${response[0]['headers']['Content-Type']} ${expected_contentType}
Log Content Type validated
Check Postcondition VNF Virtualised Resources Quota Available Notification Subscriptions Exists
Log Checking that subscriptions exists
GET Virtualised Resources Quota Available Notification Subscriptions
Do Post Individual Subscription
log Trying to perform a POST. This method should not be implemented
......
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