onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / robot / robot / testsuites / demo.robot
1 *** Settings ***
2 Documentation     Executes the VNF Orchestration Test cases including setup and teardown
3 ...
4 Library   Collections
5 Resource         ../resources/demo_preload.robot
6 *** Variables ***
7
8 ${VNF_NAME}       DemoVNF
9 ${MODULE_NAME}    DemoModuleName
10
11 *** Test Cases ***
12 Initialize Customer And Models
13     [Tags]   InitDemo
14     Load Customer And Models   Demonstration
15
16 Initialize Customer
17     [Tags]   InitCustomer
18     Load Customer   Demonstration
19
20 Initialize Models
21     [Tags]   InitDistribution
22     Load Models   Demonstration
23
24 Preload VNF
25     [Tags]   PreloadDemo
26     Preload User Model   ${VNF_NAME}   ${MODULE_NAME}
27
28 Create APPC Mount Point
29     [Tags]   APPCMountPointDemo
30     APPC Mount Point    ${MODULE_NAME}
31
32 Instantiate VFW
33     [Tags]   instantiateVFW
34     Instantiate VNF   vFW
35
36 Delete Instantiated VNF
37     [Documentation]   This test assumes all necessary variables are loaded via the variable file create in  Save For Delete
38     ...    The Teardown VNF needs to be in the teardown step of the test case...
39     [Tags]   deleteVNF
40     Setup Browser
41     Login To VID GUI
42     [Teardown]   Teardown VNF
43