blob: 5c8f415ba61566344dcf0f24379d15e314e74c79 [file] [log] [blame]
jf986075010a42017-02-22 16:52:54 -05001*** Settings ***
2Documentation Executes the VNF Orchestration Test cases including setup and teardown
3...
4
5Resource ../resources/demo_preload.robot
6*** Variables ***
7
8${VNF_NAME} DemoVNF
9${MODULE_NAME} DemoModuleName
10
11*** Test Cases ***
12Initialize Customer And Models
13 [Tags] InitDemo
14 Load Customer And Models Demonstration
15
16Preload VNF
17 [Tags] PreloadDemo
18 Preload Demo ${VNF_NAME} ${MODULE_NAME}
19
20Create APPC Mount Point
21 [Tags] APPCMountPointDemo
22 APPC Mount Point ${MODULE_NAME}
23
24
25