Commit 8d56e467 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.16.10 Test-ID] Implement 401 error responses for LCM APIs

parent f9f3ffeb
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -118,3 +118,16 @@ POST Cancel operation task with not permitted authorization scope
    ...    Post-Conditions: VNF instance status equal to FAILED_TEMP     
    POST Cancel operation task with not permitted authorization scope
    Check HTTP Response Status Code Is    403

Cancel operation task - Unauthorized
    [Documentation]    Test ID: 7.3.1.16.10
    ...    Test title: Post Cancel operation task - Unauthorized 
    ...    Test objective: The objective is to cancel operation task without authorization
    ...    Pre-conditions: The "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state 
    ...    Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Cancel operation task - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file