Commit 10ba5a0f 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.2.12 Test-ID] Extend 401 error response for LCM APIs

parent 29307ff1
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -155,3 +155,15 @@ Get Information about an individual VNF Instance - Not Found
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails
    
Get Information about an individual VNF Instance - Unauthorized
    [Documentation]    Test ID: 6.3.5.2.12
    ...    Test title: Get Information about an individual VNF Instance - Unauthorized 
    ...    Test objective: The objective is to Get Information about an individual VNF Instance without authorization
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.3.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: none
    GET individual vnfInstance - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails  
 No newline at end of file