From 1ccabd032ef21aee844640b49541d6f1224d572b Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 15 Jul 2019 17:19:12 -0400 Subject: removing the rest of preload global vars Issue-ID: TEST-174 Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1 Signed-off-by: DR695H --- robot/resources/stack_validation/validate_vfw.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/resources/stack_validation/validate_vfw.robot') diff --git a/robot/resources/stack_validation/validate_vfw.robot b/robot/resources/stack_validation/validate_vfw.robot index 4ef7f0c7..4646720e 100644 --- a/robot/resources/stack_validation/validate_vfw.robot +++ b/robot/resources/stack_validation/validate_vfw.robot @@ -21,9 +21,9 @@ Resource validate_common.robot *** Keywords *** Validate Firewall Stack [Documentation] Identifies and validates the firewall servers in the VFW Stack - [Arguments] ${STACK_NAME} + [Arguments] ${stack_name} Run Openstack Auth Request auth - ${stack_info}= Wait for Stack to Be Deployed auth ${STACK_NAME} + ${stack_info}= Wait for Stack to Be Deployed auth ${stack_name} ${stack_id}= Get From Dictionary ${stack_info} id ${server_list}= Get Openstack Servers auth -- cgit 1.2.3-korg