Commit 2af2a7c1 authored by Elian Kraja's avatar Elian Kraja Committed by Giacomo Bernini
Browse files

Added 403 forbidden testcase

parent 5b1389cd
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -37,6 +37,18 @@ Request a Coordination of an LCM operation occurrence asynchronously
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location

Request a Coordination of an LCM operation occurrence - FORBIDDEN
    [Documentation]    Test ID: 5.3.8.2.3
    ...    Test title:  Request a Coordination of an LCM operation occurrence - FORBIDDEN
    ...    Test objective: The objective is to test the failure of a request for the coordination of an LCM operation occurrence
    ...    Pre-conditions: The status of the related LCM opeation occurrence is "PROCESSING". The request is performed by a user that has not the grant to run this operation
    ...    Reference: Clause 12.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v3.5.1
    ...    Config ID: Config_prod_OSS/BSS
    ...    Applicability: none
    ...    Post-Conditions: none
    Send Post Request for coordination of an LCM operation occurrence - forbidden
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
    
Request a Coordination of an LCM operation occurrence - CONFLICT
    [Documentation]    Test ID: 5.3.8.2.3