diff options
author | DR695H <dr695h@att.com> | 2019-07-12 18:34:15 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-12 18:34:15 -0400 |
commit | 3148028e8f2e1a9cbd85d11002d3a78bfc620ba8 (patch) | |
tree | 9073ec5abd76986855a0ab4b730b248c47a40f51 /robot/testsuites/demo.robot | |
parent | 8adf0869394150708dd0710ab579c00879954ac0 (diff) |
remove some global variables
global state is really confusing
Issue-ID: TEST-174
Change-Id: I470c4b9008fd7c8eaf1255947e08cd026a860711
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 4dd8f68c..5f037723 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -15,7 +15,9 @@ ${HB_STACK} ${HB_SERVICE_INSTANCE_ID} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} - +${TENANT_NAME} +${VVG_SERVER_ID} +${SERVICE} *** Test Cases *** Initialize Customer And Models @@ -37,7 +39,7 @@ Initialize Models Preload VNF [Tags] PreloadDemo - Preload User Model ${VNF_NAME} ${MODULE_NAME} + Preload User Model ${VNF_NAME} ${MODULE_NAME} ${SERVICE} Create APPC Mount Point [Tags] APPCMountPointDemo @@ -66,7 +68,7 @@ Delete Instantiated VNF [Tags] deleteVNF Setup Browser Login To VID GUI - Delete VNF + Delete VNF ${TENANT_NAME} ${VVG_SERVER_ID} [Teardown] Teardown VNF Run Heatbridge |