Commit 29307ff1 authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[test-new][SOL002][VNF-LCM][v5.2.1][6.3.5.18.8-9 Test-IDs] Implement 401/404...

[test-new][SOL002][VNF-LCM][v5.2.1][6.3.5.18.8-9 Test-IDs] Implement 401/404 error responses for LCM APIs
parent c3af432d
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -90,3 +90,29 @@ GET Individual Subscription with not permitted authorization scope
    Get Individual subscription with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Individual Subscription - Unauthorized
    [Documentation]    Test ID:6.3.5.18.8
    ...    Test title: GET Individual Subscription - Unauthorized
    ...    Test objective: The objective is to test the retrieval of individual subscription without authorization
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.19.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: none 
    Get Individual Subscription - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Individual Subscription - Not Found
    [Documentation]    Test ID: 6.3.5.18.9
    ...    Test title: GET Individual Subscription - Not Found
    ...    Test objective: The objective is to test the retrieval of individual subscription fails when subscription is not present
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.19.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
    GET Individual Subscription - Not Found
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file