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

implement test case to Get Information about an individual VNF Instance - Not Found

parent a2b23593
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -142,4 +142,16 @@ GET Information about an individual VNF Instance with permitted authorization sc
    GET individual vnfInstance with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
Get Information about an individual VNF Instance - Not Found
    [Documentation]    Test ID: 6.3.5.2.11
    ...    Test title: Get Information about an individual VNF Instance - Not Found
    ...    Test objective: The objective is to test that the retrieval of an individual VNF Instance fails when instance is not present.
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.3.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    GET individual vnfInstance
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails
    
 No newline at end of file