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

parent 91470ac1
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -94,3 +94,15 @@ DELETE Select VNF Deployable Module - Method Not implemented
    ...    Post-Conditions: none
    DELETE Select VNF Deployable Modules
    Check HTTP Response Status Code Is    405
POST Select VNF Deployable Module - Unauthorized
    [Documentation]    Test ID:6.3.5.27.8
    ...    Test title: POST Select VNF Deployable Module - Unauthorized
    ...    Test objective: The objective is to test that POST method cannot trigger a Select VNF Deployable Module  without authorization
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.11b.3.1  - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
    POST Select VNF Deployable Module - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file