Commit ea398142 authored by Najam UI Hassan's avatar Najam UI Hassan Committed by Giacomo Bernini
Browse files

redundant post-conditions removed

parent 6ebbfeb3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -292,10 +292,6 @@ POST Individual Subscription
    ${outputResponse}=    Output    response
    Set Global Variable    @{response}    ${outputResponse}
    
Check Postcondition subscription not created
    GET Individual Subscription
    Check HTTP Response Status Code Is    404
    
GET Individual Subscription
    log    Trying to get information about an individual subscription
    Set Headers    {"Accept":"${ACCEPT}"}  
+2 −3
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ DELETE Alarm - Method not implemented
    ...    Reference: clause 7.5.4.3.5 - ETSI GS NFV-SOL 009 [5] V3.3.1
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Post-Conditions:  The individual alarm still exists 
    ...    Post-Conditions: none
    DELETE Fault Management Individual Alarm
    Check HTTP Response Status Code Is    405
 No newline at end of file
    Check Postcondition fault management individual alarm exists
 No newline at end of file
+1 −2
Original line number Diff line number Diff line
@@ -14,10 +14,9 @@ Post Individual Subscription - Method not implemented
    ...    Reference: clause 7.5.6.3.1 - ETSI GS NFV-SOL 009 [5] v3.3.1
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability:  none
    ...    Post-Conditions:  subscription is not created
    ...    Post-Conditions:  none
    POST Individual Subscription
    Check HTTP Response Status Code Is    405
    Check Postcondition subscription not created

Get Information about an individual subscription
    [Documentation]    Test ID: 8.3.3.4.2