Commit 08d342f0 authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

new test case added for subscription

parent da3aeb89
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -177,3 +177,16 @@ Get VNF Package Subscriptions - Bad Request Response too Big
    Get all VNF Package Subscriptions
    Get all VNF Package Subscriptions
    Check HTTP Response Status Code Is    400
    Check HTTP Response Status Code Is    400
    Check HTTP Response Body Json Schema Is   ProblemDetails
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
Get VNF Package Subscriptions - Unprocessable Entity
    [Documentation]    Test ID: 7.3.3.6.13
    ...    Test title: Get VNF Package Subscriptions - Unprocessable Entity
    ...    Test objective: The objective is to test that content type of the payload body is supported and the payload body of a request contains syntactically correct data but the data cannot be processed., and perform the JSON schema validation of the failed operation HTTP response. 
    ...    Pre-conditions: At least one VNF package subscription is available in the NFVO.
    ...    Reference: Clause 10.4.7.3.2 - ETSI GS NFV-SOL 003 [1] v2.6.1
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Post-Conditions: none
    Get all VNF Package Subscriptions
    Check HTTP Response Status Code Is    422
    Check HTTP Response Body Json Schema Is   ProblemDetails
 No newline at end of file