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/resources/vid/teardown_vid.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/resources/vid/teardown_vid.robot')
-rw-r--r-- | robot/resources/vid/teardown_vid.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/vid/teardown_vid.robot b/robot/resources/vid/teardown_vid.robot index bf2af6f4..a2ffc83c 100644 --- a/robot/resources/vid/teardown_vid.robot +++ b/robot/resources/vid/teardown_vid.robot @@ -36,7 +36,8 @@ Delete VID Return From Keyword If '${status}' == 'FAIL' ${status} ${vfmodule} Return From Keyword If '${vfmodule}' == 'FAIL' ${status} ${vfmodule} # After tearing down a VF module, execute the reverse HB for it to remove the references from A&AI - Run Keyword If 'Vfmodule_Ete' in '${vfmodule}' Execute Reverse Heatbridge ${uris_to_delete} + ## Removed heatbridge + ## Run Keyword If 'Vfmodule_Ete' in '${vfmodule}' Execute Reverse Heatbridge ${uris_to_delete} Fail Continue with Next Remove Delete Next VID Entity |