aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/demo.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-04-21 09:18:54 -0400
committerJerry Flood <jf9860@att.com>2017-04-21 09:19:05 -0400
commite96f72abf06a0708cbe6a174ad49447b7c7544f5 (patch)
tree901a13682b4782c156299cf64aa9238271c4a9d6 /robot/testsuites/demo.robot
parentfe31756139f033078bf7d6b583fb7b6bf595edaa (diff)
[TEST-25] Add commands to demo.sh
Add suuport for init_customer distribute instantiateVFW deleteVNF Fix red.xml Remove deletion of regions, tenant etc from A&AI durinf terdown which pulls the rug out from under the demo customer. Change-Id: Iab76c980d4c3b6b79d4f5a72a71c3a79d6423a13 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r--robot/testsuites/demo.robot36
1 files changed, 27 insertions, 9 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index 5c8f415b..f5788d50 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -1,25 +1,43 @@
*** Settings ***
Documentation Executes the VNF Orchestration Test cases including setup and teardown
...
-
+Library Collections
Resource ../resources/demo_preload.robot
*** Variables ***
${VNF_NAME} DemoVNF
${MODULE_NAME} DemoModuleName
-*** Test Cases ***
+*** Test Cases ***
Initialize Customer And Models
- [Tags] InitDemo
- Load Customer And Models Demonstration
+ [Tags] InitDemo
+ Load Customer And Models Demonstration
+
+Initialize Customer
+ [Tags] InitCustomer
+ Load Customer Demonstration
+
+Initialize Models
+ [Tags] InitDistribution
+ Load Models Demonstration
Preload VNF
- [Tags] PreloadDemo
- Preload Demo ${VNF_NAME} ${MODULE_NAME}
-
+ [Tags] PreloadDemo
+ Preload User Model ${VNF_NAME} ${MODULE_NAME}
+
Create APPC Mount Point
- [Tags] APPCMountPointDemo
- APPC Mount Point ${MODULE_NAME}
+ [Tags] APPCMountPointDemo
+ APPC Mount Point ${MODULE_NAME}
+Instantiate VFW
+ [Tags] instantiateVFW
+ Instantiate VNF vFW
+Delete Instantiated VNF
+ [Documentation] This test assumes all necessary variables are loaded via the variable file create in Save For Delete
+ ... The Teardown VNF needs to be in the teardown step of the test case...
+ [Tags] deleteVNF
+ Setup Browser
+ Login To VID GUI
+ [Teardown] Teardown VNF