Commit 53ffbb79 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.1.18 Test-ID] Implement 401 error response for LCM APIs

parent b488a0be
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -238,3 +238,16 @@ GET information about multiple VNF instances as a Paged Response with nextpage_o
    ...    Post-Conditions: none 
    Get multiple vnfInstances with nextpage_opaque_marker parameter 
    Check HTTP Response Status Code Is    200

POST Create a new vnfInstance - Unauthorized
    [Documentation]    Test ID: 6.3.5.1.18
    ...    Test title: POST Create a new vnfInstance - Unauthorized 
    ...    Test objective: The objective is to Create a new vnfInstance without authorization
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.2.3.1 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Create a new vnfInstance - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file