diff options
author | Brian Freeman <bf1936@att.com> | 2020-11-24 09:41:38 -0500 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2020-12-02 15:56:06 +0000 |
commit | 488ea3963d0efa395b096aa0828ff0bb13e6dc98 (patch) | |
tree | 49e586b0d300c8875e1ad3cbd55146e3e41ab261 /robot/testsuites/demo.robot | |
parent | 56685d8d8394c35de47a32e0bb99c4d0a479b331 (diff) |
Remove Heatbridge for testing
Issue-ID: INT-1791
Change-Id: I6363d90a77afae2663b481d1d942b3c7ed9bdd92
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit d2aa352ef40729242b0dd19049e44dbe337b3080)
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 3812bb66..14fecfe0 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -119,11 +119,11 @@ Delete Instantiated VNF Delete VNF ${TENANT_NAME} ${VVG_SERVER_ID} ${CUSTOMER_NAME} ${SERVICE_INSTANCE_ID} ${STACK_NAMES} ${REVERSE_HEATBRIDGE} [Teardown] Teardown VNF ${CUSTOMER_NAME} ${CATALOG_SERVICE_ID} ${CATALOG_RESOURCE_IDS} -Run Heatbridge - [Documentation] - ... Try to run heatbridge - [Tags] heatbridge - Execute Heatbridge ${HB_STACK} ${HB_VNF} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} +#Run Heatbridge +# [Documentation] +# ... Try to run heatbridge +# [Tags] heatbridge +# Execute Heatbridge ${HB_STACK} ${HB_VNF} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} Preload APPC CDT GUI [Documentation] |