WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
Check HTTP Response Body Json Schema IsFmSubscription
Check HTTP Response Body Json Schema IsFmSubscription
@@ -27,7 +27,7 @@ Create a new Subscription - DUPLICATION
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VNFM
...Applicability: the VNFM does not allow creation of 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-Conditions: duplicated subscription is created
Post Create subscription - DUPLICATION
Post Create subscription - DUPLICATION
Check HTTP Response Status Code Is201
Check HTTP Response Status Code Is201
Check HTTP Response Body Json Schema IsFmSubscription
Check HTTP Response Body Json Schema IsFmSubscription
@@ -40,7 +40,7 @@ Create a new Subscription - NO-DUPLICATION
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Reference: section 7.4.5.3.1 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VNFM
...Applicability: the VNFM does not allow creation of a duplicate subscription resource
...Applicability: the VNFM does not allow creation of a duplicate subscription resource
...Post-Conditions:
...Post-Conditions: duplicated subscription is not created
Post Create subscription - DUPLICATION
Post Create subscription - DUPLICATION
Check HTTP Response Status Code Is303
Check HTTP Response Status Code Is303
@@ -52,7 +52,7 @@ GET Subscriptions
...Reference: section 7.4.5.3.2 - SOL002 v2.4.1
...Reference: section 7.4.5.3.2 - SOL002 v2.4.1
...Config ID: Config_prod_VNFM
...Config ID: Config_prod_VNFM
...Applicability:
...Applicability:
...Post-Conditions:
...Post-Conditions: subscription is not deleted
Get subscriptions
Get subscriptions
Check HTTP Response Status Code Is200
Check HTTP Response Status Code Is200
Check HTTP Response Body Json Schema IsFmSubscriptions
Check HTTP Response Body Json Schema IsFmSubscriptions
@@ -16,10 +16,10 @@ Create a new Fault Management alarm subscription
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Config ID:Config_prod_VNFM
...Config ID:Config_prod_VNFM
...Applicability: none
...Applicability: none
...Post-Conditions: none
...Post-Conditions: subscription is created
POST Subscription
POST Subscription
Check HTTP Response Status Code Is201
Check HTTP Response Status Code Is201
Check HTTP Response Header ContainsLocation
Check Operation Occurrence Id
Check HTTP Response Body Json Schema IsFmSubscription
Check HTTP Response Body Json Schema IsFmSubscription
@@ -31,11 +31,10 @@ Create a new alarm subscription - DUPLICATION
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Config ID:Config_prod_VNFM
...Config ID:Config_prod_VNFM
...Applicability: the NFVO allows creating a subscription resource if another subscription resource with the same filter and callbackUri already exists
...Applicability: the NFVO allows creating a subscription resource if another subscription resource with the same filter and callbackUri already exists
...Post-Conditions: none
...Post-Conditions: duplicated subscription is created
Depends On TestCreate a new subscription
POST Subscription Duplication permitted
POST Subscription Duplication permitted
Check HTTP Response Status Code Is201
Check HTTP Response Status Code Is201
Check HTTP Response Header ContainsLocation
Check Operation Occurrence Id
Check HTTP Response Body Json Schema IsFmSubscription
Check HTTP Response Body Json Schema IsFmSubscription
Create a new alarm subscription - NO DUPLICATION
Create a new alarm subscription - NO DUPLICATION
@@ -46,11 +45,10 @@ Create a new alarm subscription - NO DUPLICATION
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Reference: section 7.4.4.3.1 - SOL003 v2.4.1
...Config ID:Config_prod_VNFM
...Config ID:Config_prod_VNFM
...Applicability: the NFVO decides to not create a duplicate subscription resource
...Applicability: the NFVO decides to not create a duplicate subscription resource
...Post-Conditions: none
...Post-Conditions: duplicated subscription is not created
Depends On TestCreate a new subscription
POST Subscription Duplication not permitted
POST Subscription Duplication not permitted
Check HTTP Response Status Code Is303
Check HTTP Response Status Code Is303
Check HTTP Response Header ContainsLocation
Check Operation Occurrence Id
Check HTTP Response Body Json Schema IsFmSubscription
Check HTTP Response Body Json Schema IsFmSubscription
Retrieve a list of alarm subscriptions
Retrieve a list of alarm subscriptions
@@ -124,6 +122,6 @@ DELETE subscriptions - Method not implemented