aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/demo.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-10-27 08:37:37 -0400
committerJerry Flood <jf9860@att.com>2017-10-27 08:39:48 -0400
commit596db38841448d97493334c9fb0d996e3e14210e (patch)
tree06b3548f6615e909d887624f19089ed3f9a542d5 /robot/testsuites/demo.robot
parent7762dd08e9c6c3d8b7fa689ddc913b3ebd5847c9 (diff)
Handle injected keystone URL and expose heatbridge
Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r--robot/testsuites/demo.robot13
1 files changed, 12 insertions, 1 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index c5ada099..4c99f451 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -2,13 +2,18 @@
Documentation Executes the VNF Orchestration Test cases including setup and teardown
...
Library Collections
-Library DatabaseLibrary
+Library HTTPUtils
Resource ../resources/demo_preload.robot
*** Variables ***
${VNF_NAME} DemoVNF
${MODULE_NAME} DemoModuleName
+${HB_STACK}
+${HB_SERVICE_INSTANCE_ID}
+${HB_SERVICE}
+
+
*** Test Cases ***
Initialize Customer And Models
[Tags] InitDemo
@@ -43,3 +48,9 @@ Delete Instantiated VNF
Delete VNF
[Teardown] Teardown VNF
+Run Heatbridge
+ [Documentation]
+ ... Try to run heatbridge
+ [Tags] heatbridge
+ Execute Heatbridge ${HB_STACK} ${HB_SERVICE_INSTANCE_ID} ${HB_SERVICE}
+