...Test objective: The objective is to create a new subscription.
...Pre-conditions: no subscription with the same filter and callbackUri exists
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...
...
@@ -21,12 +21,12 @@ Create a new subscription
Create a new Subscription - DUPLICATION
[Documentation]Test ID: 6.3.4.4.2
...Test title: Create a new alarm subscription - DUPLICATION
...Test title: Create a new Subscription - DUPLICATION
...Test objective: The objective is to create a duplicate subscription.
...Pre-conditions: subscription with the same filter and callbackUri exists
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: the VNFM allows creating a subscription resource if another subscription resource with the same filter and callbackUri already exists
...Applicability: the VNFM does not allow creation of a subscription resource if another subscription resource with the same filter and callbackUri already exists
...Post-Conditions:
Post Create subscription - DUPLICATION
Check HTTP Response Status Code Is201
...
...
@@ -34,19 +34,19 @@ Create a new Subscription - DUPLICATION
Create a new Subscription - NO-DUPLICATION
[Documentation]Test ID: 6.3.4.4.3
...Test title: Create a new alarm subscription - NODUPLICATION
...Test objective: The objective is to create a new subscription.
...Test title: Create a new Subscription - NO-DUPLICATION
...Test objective: The objective is to create a subscription in case of not allowed DUPLICATION.
...Pre-conditions: subscription with the same filter and callbackUri exists
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Applicability: the VNFM decides to not create a duplicate subscription resource
...Applicability: the VNFM does not allow creation of a duplicate subscription resource
...Post-Conditions:
Post Create subscription - DUPLICATION
Check HTTP Response Status Code Is303
GET Subscriptions
[Documentation]Test ID: 6.3.4.4.5
...Test title: Retrieve a list of alarm subscriptions
...Test title: GET Subscriptions
...Test objective: The objective is to retrieve the list of active subscriptions
...Pre-conditions:
...Reference: section 7.4.5.3.2 - SOL002 v2.4.1
...
...
@@ -59,7 +59,7 @@ GET Subscriptions
GET Subscription - Filter
[Documentation]Test ID: 6.3.4.4.6
...Test title: Retrieve a list of alarm subscriptions
...Test title: GET Subscription - Filter
...Test objective: The objective is to retrieve the list of active subscriptions with filter
...Pre-conditions:
...Reference: section 7.4.5.3.2 - SOL002 v2.4.1
...
...
@@ -72,7 +72,7 @@ GET Subscription - Filter
GET subscriptions - Bad Request Invalid attribute-based filtering parameters
[Documentation]Test ID: 6.3.4.4.7
...Test title: Retrieve a list of alarm subscriptions
...Test title: GET subscriptions - Bad Request Invalid attribute-based filtering parameters
...Test objective: The objective is to retrieve the list of active subscriptions with Invalid attribute-based filtering parameters
...Pre-conditions:
...Reference: section 7.4.5.3.2 - SOL002 v2.4.1
...
...
@@ -115,7 +115,7 @@ DELETE subscriptions - Method not implemented
@@ -13,7 +13,7 @@ POST Scale a vnfInstance to level
...Test objective: The objective is to scale a VNF instance to a target level.
...Pre-conditions: none
...Reference: section 5.4.6.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
POST Scale vnfInstance to level
...
...
@@ -27,7 +27,7 @@ POST Scale a vnfInstance to level Conflict (Not-Instantiated)
...Test objective: The objective is to verify that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
...Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
...Reference: section 5.4.6.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
POST Scale vnfInstance to level
...
...
@@ -41,7 +41,7 @@ POST Scale a vnfInstance Not Found
...Test objective: The objective is to verify that the operation cannot be executed , because the VNF instance resource can't be found.
...Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
...Reference: section 5.4.6.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
POST Scale vnfInstance to level
...
...
@@ -55,7 +55,7 @@ GET Scale to level VNFInstance - Method not implemented
...Test objective: The objective is to verify that the method is not implemented
...Pre-conditions:
...Reference: section 5.4.6.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
GET Scale vnfInstance to level
...
...
@@ -67,7 +67,7 @@ PUT Scale to level VNFInstance - Method not implemented
...Test objective: The objective is to verify that the method is not implemented
...Pre-conditions:
...Reference: section 5.4.6.3.3 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
PUT Scale vnfInstance to level
...
...
@@ -79,7 +79,7 @@ PATCH Scale to level VNFInstance - Method not implemented
...Test objective: The objective is to verify that the method is not implemented
...Pre-conditions:
...Reference: section 5.4.6.3.4 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VE
...Applicability:
...Post-Conditions:
PATCH Scale vnfInstance to level
...
...
@@ -91,7 +91,7 @@ DELETE Scale to level VNFInstance - Method not implemented
...Test objective: The objective is to verify that the method is not implemented