Commit 53c5cb40 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

removed pending robot files

parent 185fd2be
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
*** Settings ***
Resource          environment/variables.txt    # Generic Parameters
Resource          IC_TC_Keywords.robot
Library           JSONLibrary

*** Test Cases ***

Create a new subscription and query information about multiple and individual subscription resources​
    [Documentation]    Test ID: 11.3.7
    ...    Test title: Create a new subscription and query information about multiple and individual subscription resources​
    ...    Test objective: The objective is to test the interconnected case of subscription resource creation and query multiple and individual resources
    ...    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 subscription
    GET Subscriptions
    GET Individual Subscription

+0 −20
Original line number Diff line number Diff line
*** Settings ***
Resource          environment/variables.txt    # Generic Parameters
Resource          IC_TC_Keywords.robot
Library           JSONLibrary

*** Test Cases ***

Create a new VNF instance resource and query information about multiple and individual VNF instance​
    [Documentation]    Test ID: 11.3.1
    ...    Test title: Create a new VNF instance resource and query information about multiple and individual VNF instance​
    ...    Test objective: The objective is to test the interconnected case of VNF instance resource creation and query multiple and individual resources
    ...    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
    GET information about multiple VNF instances
    GET Information about an individual VNF Instance
 No newline at end of file