Commit 57e4a4db authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

udpated VNF instance deletion test ID 11.3.3 and instantiation test id 11.3.4

parent 0e2df376
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -6,8 +6,15 @@ Library REST
*** Test Cases ***


The objective is to delete a VNF instance
    [Documentation]    Test ID: 11.3.2
Delete an individual VNF instance
    [Documentation]    Test ID: 11.3.3
    ...    Test title: Delete an individual VNF instance
    ...    Test objective: The objective is to test the interconnected case of VNF instance resource creation and deletion
    ...    Pre-conditions: none
    ...    Reference: ETSI GS NFV-SOL 003 [1] v4.5.1
    ...    Config ID: Config_prod_NFVO, Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    GET Individual VNF Package
    POST Create a new vnfInstance
    DELETE Individual VNFInstance
 No newline at end of file
+10 −1
Original line number Diff line number Diff line
*** Settings ***
Suite Setup       Initialize System
Suite Teardown    Terminate All Processes    kill=true
Resource          environment/variables.txt    # Generic Parameters
Resource          IC_TC_keywords.robot
Library           JSONLibrary
@@ -6,6 +8,13 @@ Library JSONLibrary
*** Test Cases ***
Instantiate a VNF instance
    [Documentation]    Test ID: 11.3.4
    ...    Test title: Modify an individual VNF instance resource
    ...    Test objective: The objective is to test the interconnected case of VNF instance resource creation and modification
    ...    Pre-conditions: none
    ...    Reference: ETSI GS NFV-SOL 003 [1] v4.5.1
    ...    Config ID: Config_prod_NFVO, Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    GET Individual VNF Package
    POST Create a new vnfInstance
    Instantiate a vnfInstance
    VNF Instantiation