jf9860 | 75010a4 | 2017-02-22 16:52:54 -0500 | [diff] [blame^] | 1 | *** Settings *** |
| 2 | Documentation Executes the VNF Orchestration Test cases including setup and teardown |
| 3 | ... |
| 4 | |
| 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 | Preload VNF |
| 17 | [Tags] PreloadDemo |
| 18 | Preload Demo ${VNF_NAME} ${MODULE_NAME} |
| 19 | |
| 20 | Create APPC Mount Point |
| 21 | [Tags] APPCMountPointDemo |
| 22 | APPC Mount Point ${MODULE_NAME} |
| 23 | |
| 24 | |
| 25 | |