From 596db38841448d97493334c9fb0d996e3e14210e Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 27 Oct 2017 08:37:37 -0400 Subject: Handle injected keystone URL and expose heatbridge Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 Signed-off-by: Jerry Flood --- robot/testsuites/demo.robot | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'robot/testsuites') 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} + -- cgit 1.2.3-korg