diff options
author | DR695H <dr695h@att.com> | 2019-07-31 16:28:55 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-31 17:05:18 -0400 |
commit | 1496bf5bd69f534b8f58c61c3f6babff6171e76d (patch) | |
tree | eb12f640b95b41a5bf7089510baa5ab5bb7b2f69 /robot/testsuites/demo.robot | |
parent | 70861af6430f2bf04917e2e08925f85774668417 (diff) |
cleaning up heatbridge1.5.0
Issue-ID: TEST-183
Change-Id: I07094b46868fd784f43d6ebfbbdd7ef1746b77b5
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index b60921d3..6003434b 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -22,6 +22,7 @@ ${STACK_NAMES} ${CATALOG_SERVICE_ID} ${CATALOG_RESOURCE_IDS} ${REVERSE_HEATBRIDGE} +${HB_VNF} *** Test Cases *** Initialize Customer And Models @@ -81,7 +82,7 @@ Run Heatbridge [Documentation] ... Try to run heatbridge [Tags] heatbridge - Execute Heatbridge ${HB_STACK} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} + Execute Heatbridge ${HB_STACK} ${HB_VNF} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} Preload APPC CDT GUI [Documentation] |