Commit 191e0cb4 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed test ids

parent 19bd439e
Loading
Loading
Loading
Loading
+1 −30
Original line number Diff line number Diff line
@@ -26,36 +26,8 @@ Create a new subscription
    Check HTTP Response Header Contain Link
    Check Postcondition resource exists

# Create a new Subscription - DUPLICATION
     # [Documentation]    Test ID: 6.3.4.4.2
    # ...    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: Clause 7.4.5.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
    # ...    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
    # ...    Post-Conditions: duplicated subscription is created
    # Post Create subscription - DUPLICATION
    # Check HTTP Response Status Code Is    201
    # Check HTTP Response Body Json Schema Is    FmSubscription
    # Check HTTP Response Header Contain Link
    # Check Postcondition Duplicate Subscription exsist
    
# Create a new Subscription - NO-DUPLICATION
    # [Documentation]    Test ID: 6.3.4.4.3
    # ...    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: Clause 7.4.5.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
    # ...    Config ID: Config_prod_VNFM
    # ...    Applicability: the VNFM does not allow creation of a duplicate subscription resource 
    # ...    Post-Conditions: duplicated subscription is not created
    # Post Create subscription - DUPLICATION
    # Check HTTP Response Status Code Is    303
    # Check HTTP Response Header Contain Link

Create a duplicated Subscription
     [Documentation]    Test ID: 6.3.4.4.2a
     [Documentation]    Test ID: 6.3.4.4.2
    ...    Test title: Create a duplicated Subscription
    ...    Test objective: The objective is to create a duplicate subscription.
    ...    Pre-conditions: subscription with the same filter and callbackUri exists
@@ -66,7 +38,6 @@ Create a duplicated Subscription
    Post Create subscription
    Check Response for duplicated subscription


GET Subscriptions
    [Documentation]    Test ID: 6.3.4.4.4
    ...    Test title: GET Subscriptions
+2 −30
Original line number Diff line number Diff line
@@ -25,35 +25,8 @@ Create a new alarm subscription
    Check Operation Occurrence Id
    Check HTTP Response Body Json Schema Is  FmSubscription

# Create a new alarm subscription - DUPLICATION
     # [Documentation]    Test ID: 5.3.3.3.2
    # ...    Test title: Create a new alarm subscription - DUPLICATION
    # ...    Test objective: The objective is to create a new subscription with the NFV allowing duplication and perform a JSON schema and content validation of the returned fault management alarms subscription data structure..
    # ...    Pre-conditions: subscription with the same filter and callbackUri exists
    # ...    Reference: Clause 8.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    # ...    Config ID: Config_prod_NFVO 
    # ...    Applicability: the NFVO allows creating a subscription resource if another subscription resource with the same filter and callbackUri already exists
    # ...    Post-Conditions: none
    # Post Create subscription - DUPLICATION
    # Check HTTP Response Status Code Is    201
    # Check Operation Occurrence Id
    # Check HTTP Response Body Json Schema Is  FmSubscription

# Create a new alarm subscription - NO DUPLICATION
    # [Documentation]    Test ID: 5.3.3.3.3
    # ...    Test title: Create a new alarm subscription - NO DUPLICATION
    # ...    Test objective: The objective is to create a new subscription with the NFV not allowing duplication and perform a JSON schema and content validation of the returned fault management alarms subscription data structure.
    # ...    Pre-conditions: subscription with the same filter and callbackUri exists
    # ...    Reference: Clause 8.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.7.1
    # ...    Config ID: Config_prod_NFVO 
    # ...    Applicability: the NFVO decides to not create a duplicate subscription resource 
    # ...    Post-Conditions: none
    # Post Create subscription - NO-DUPLICATION
    # Check HTTP Response Status Code Is    303
    # Check Operation Occurrence Id
    
Create a duplicated Subscription
     [Documentation]    Test ID: 5.3.3.3.2a
     [Documentation]    Test ID: 5.3.3.3.2
    ...    Test title: Create a duplicated alarm subscription
    ...    Test objective: The objective is to create a new subscription with the NFV allowing duplication and perform a JSON schema and content validation of the returned fault management alarms subscription data structure..
    ...    Pre-conditions: subscription with the same filter and callbackUri exists
@@ -65,7 +38,6 @@ Create a duplicated Subscription
    Check Response for duplicated subscription
    Check Operation Occurrence Id
    

Retrieve a list of alarm subscriptions
    [Documentation]    Test ID: 5.3.3.3.4
    ...    Test title: Retrieve a list of alarm subscriptions