aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/demo.robot
blob: 5c8f415ba61566344dcf0f24379d15e314e74c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** Settings ***
Documentation   Executes the VNF Orchestration Test cases including setup and teardown
...

Resource         ../resources/demo_preload.robot
*** Variables ***

${VNF_NAME}       DemoVNF
${MODULE_NAME}    DemoModuleName

*** Test Cases ***        
Initialize Customer And Models
    [Tags]   InitDemo          
    Load Customer And Models   Demonstration     

Preload VNF
    [Tags]   PreloadDemo          
    Preload Demo   ${VNF_NAME}   ${MODULE_NAME}      
   
Create APPC Mount Point
    [Tags]   APPCMountPointDemo          
    APPC Mount Point    ${MODULE_NAME}