summaryrefslogtreecommitdiffstats
path: root/robot/resources/stack_validation/validate_dns_scaling.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/resources/stack_validation/validate_dns_scaling.robot')
-rw-r--r--robot/resources/stack_validation/validate_dns_scaling.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/stack_validation/validate_dns_scaling.robot b/robot/resources/stack_validation/validate_dns_scaling.robot
index 0778a2b2..9082ecab 100644
--- a/robot/resources/stack_validation/validate_dns_scaling.robot
+++ b/robot/resources/stack_validation/validate_dns_scaling.robot
@@ -20,9 +20,9 @@ Resource validate_common.robot
*** Keywords ***
Validate Dns Scaling Stack
[Documentation] Wait for the DNS scaling stack to be instantiated
- [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
Log ${server_list}