Commit 4d92e1e2 authored by uihassan's avatar uihassan
Browse files

added postcondition

parent c3824eaf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ DELETE Individual VNF Package Subscription
    ...    Reference: Clause 10.4.8.3.5 - ETSI GS NFV-SOL 003 [1] v2.7.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none   
    ...    Post-Conditions: The VNF Package Subscription is not available anymore in the NFVO      
    Send Delete request for individual VNF Package Subscription
    Check HTTP Response Status Code Is    204
    Check Postcondition VNF Package Subscription is Deleted
 No newline at end of file
+6 −1
Original line number Diff line number Diff line
@@ -1520,3 +1520,8 @@ GET OnBoarded VNF Packages with fields and exclude_default attribute selector
    GET    ${apiRoot}/${apiName}/${apiMajorVersion}/onboarded_vnf_packages?fields=${fields}&exclude_default
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    
Check Postcondition VNF Package Subscription is Deleted
    Log    Check Postcondition Subscription is deleted
    GET individual VNF Package Subscription
    Check HTTP Response Status Code Is    404 
 No newline at end of file