Commit 2362f5f0 authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[test-new][SOL003][VNF-LCM][v5.2.1][7.3.1.43.8 Test-ID] Extend 401 error responses for LCM APIs

parent aeb38451
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -96,3 +96,16 @@ 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:7.3.1.43.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.26.3.1 - ETSI GS NFV-SOL 003 [1] 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