Commit 01d7e0b2 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

implement test case to Get Individual VNF LCM Operation occurrences - Not Found

parent f68759c3
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -93,3 +93,16 @@ Get status information about individual VNF instances with not permitted authori
    Get Individual VNF LCM OP occurrences with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails

Get Individual VNF LCM Operation occurrences - Not Found
    [Documentation]    Test ID: 6.3.5.12.8
    ...    Test title: Get status information about individual VNF instances - Not Found
    ...    Test objective: The objective is to test that the retrieval of VNF lifecycle management operation occurrence fails when instance is not present. 
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.13.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
    Get Individual VNF LCM OP occurrences
    Check HTTP Response Status Code Is    404 
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file