Commit e3555f76 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fixes for robot2doc to work properly

parent 659d511c
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
*** Settings ***
Resource        environment/variables.txt
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.1.7.1
        ...     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
 No newline at end of file
+20 −0
Original line number Diff line number Diff line
*** Settings ***
Resource        environment/variables.txt
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.1.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 individual VNF Instance
 No newline at end of file
Loading