@@ -13,60 +13,62 @@ Suite Setup Check Individual Subscription existance
Post Individual Subscription - Method not implemented
[Documentation]Test ID: 7.3.7.2.1
...Test title: Post Individual Subscription - Method not implemented
...Test objective: The objective is to test that POST method is not allowed to create a new individual subscription instance on NFV
...Pre-conditions: A NFV instance is instantiated
...Test objective: The objective is to test that POST method is not allowed to create a new Virtualised Resources Quota Available Notification individual subscription instance on VNF
...Pre-conditions: A VNF instance is instantiated
...Reference:section 11.4.3.3.1 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Do Post Individual Subscription
Send Post request for Virtualised Resources Quota Available Notification Individual Subscription
Check HTTP Response Status Code Is405
Get Information about an individual subscription
[Documentation]Test ID: 7.3.7.2.2
...Test title: Get Information about an individual subscription
...Test objective: The objective is to read an individual subscription subscribed by the client
...Test objective: The objective is to read an individual Virtualised Resources Quota Available Notification subscription subscribed by the client and perform a JSON schema and content validation of the returned individual subscription data structure
...Pre-conditions: The subscription with the given id exists
...Reference: section 11.4.3.3.2 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Do Get individual subscription
Get Virtualised Resources Quota Available Notification individual subscription
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsVrQuotaAvailSubscription.schema.json
Check HTTP Response Body Json Schema IsVrQuotaAvailSubscription
PUT an individual subscription - Method not implemented
[Documentation]Test ID: 7.3.7.2.3
...Test title: Put Individual Subscription - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to update a existing individual subscription instance on NFV
...Pre-conditions: A NFV instance is instantiated
...Test title: PUT an individual subscription - Method not implemented
...Test objective: The objective is to test that PUT method is not allowed to update a existing Virtualised Resources Quota Available Notification individual subscription instance on VNF
...Pre-conditions: A VNF instance is instantiated
...Reference:section 11.4.3.3.3 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Do Put Individual Subscription
Put Virtualised Resources Quota Available Notification individual Subscription
Check HTTP Response Status Code Is405
PATCH an individual subscription - Method not implemented
[Documentation]Test ID: 7.3.7.2.4
...Test title: Patch Individual Subscription - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to modify a existing individual subscription instance on NFV
...Pre-conditions: A NFV instance is instantiated
...Test title: PATCH an individual subscription - Method not implemented
...Test objective: The objective is to test that PATCH method is not allowed to modify a existing Virtualised Resources Quota Available Notification individual subscription instance on VNF
...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
...Post-Conditions: none
Do Patch Individual Subscription
Patch Virtualised Resources Quota Available Notification individual subscription
Check HTTP Response Status Code Is405
DELETE an individual subscription
[Documentation]Test ID: 7.3.7.2.5
...Test title: Delete an Individual Subscription
...Test objective: The objective is to test that Delete method is allowed to remove a existing individual subscription instance on NFV
...Test title: DELETE an individual subscription
...Test objective: The objective is to test that Delete method is allowed to remove a existing Virtualised Resources Quota Available Notification individual subscription instance on VNF
...Pre-conditions: The subscription with the given id exists
...Reference:section 11.4.3.3.5 - SOL003 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Do Delete an individual subscription
Delete Virtualised Resources Quota Available Notification individual subscription
Check HTTP Response Status Code Is204
Check Postcondition VNF Virtualised Resources Quota Available Notification individual Subscriptions is Deleted