diff options
author | DR695H <dr695h@att.com> | 2019-07-22 12:37:45 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-22 17:17:28 -0400 |
commit | c1103fba68e3461b136b044daec3339d0e6575f7 (patch) | |
tree | aeef2cbf58858d236d8dfa4b17c463fab83b5b6a /robot/resources/openstack | |
parent | d979465ec6720dffbebd22bd83104ea5a5f4e65e (diff) |
remove the last of the global variables
Issue-ID: TEST-174
Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/openstack')
-rw-r--r-- | robot/resources/openstack/openstack_common.robot | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/robot/resources/openstack/openstack_common.robot b/robot/resources/openstack/openstack_common.robot index 04ac162c..7f438997 100644 --- a/robot/resources/openstack/openstack_common.robot +++ b/robot/resources/openstack/openstack_common.robot @@ -7,10 +7,6 @@ Library RequestsLibrary Library ONAPLibrary.Utilities Resource ../global_properties.robot -*** Variables *** -#**************** Test Case Variables ****************** -${OPENSTACK_SERVICE_REGION} - *** Keywords *** Internal Get Openstack [Documentation] Runs an Openstack Get Request and returns the response @@ -66,14 +62,4 @@ Internal Delete Openstack Get Openstack Region [Documentation] Returns the current openstack region test variable ... Defaults to the openstack region of the Robot VM - Return From Keyword If len('${OPENSTACK_SERVICE_REGION}') > 0 ${OPENSTACK_SERVICE_REGION} - Set Test Variable ${OPENSTACK_SERVICE_REGION} ${GLOBAL_INJECTED_REGION} - Log Setting OPENSTACK_SERVICE_REGION=${OPENSTACK_SERVICE_REGION} - [Return] ${OPENSTACK_SERVICE_REGION} - -Set Openstack Region Test Variable - [Documentation] Sets the openstack service region of the current test case - ... To be used to override the service region of the Robot VM (default) - [Arguments] ${openstack_service_region} - Set Test Variable ${OPENSTACK_SERVICE_REGION} ${openstack_service_region} - + [Return] ${GLOBAL_INJECTED_REGION}
\ No newline at end of file |