Merge "Fix incorrect parameter in scale test for toolchain cluster"

This commit is contained in:
Jenkins 2016-07-12 07:50:06 +00:00 committed by Gerrit Code Review
commit 4a9e048cf3

View File

@ -119,7 +119,7 @@ class TestNodesToolchain(api.ToolchainApi):
"""
self.env.revert_snapshot("deploy_ha_toolchain")
manipulated_node = {'slave-07': self.settings.role_name}
manipulated_node = {'slave-07': self.settings.stacklight_roles}
manipulated_node_hostname = self.helpers.get_hostname_by_node_name(
manipulated_node.keys()[0])