Fix typo in add_remove_toolchain_node test

Change-Id: I2d982c931727ea165defc76bbbe12832b69f780e
This commit is contained in:
Rodion Promyshlennikov 2016-09-15 12:21:51 +03:00
parent 3f4ec70ff4
commit 038cfb9cd8

View File

@ -128,7 +128,7 @@ class TestNodesToolchain(api.ToolchainApi):
# Remove node with StackLight roles
self.helpers.remove_nodes_from_cluster(manipulated_node)
self.check_plugin_online()
self.check_plugins_online()
self.check_nodes_count(2, manipulated_node_hostname, False)
@ -137,7 +137,7 @@ class TestNodesToolchain(api.ToolchainApi):
# Add node with StackLight roles
self.helpers.add_nodes_to_cluster(manipulated_node)
self.check_plugin_online()
self.check_plugins_online()
manipulated_node_hostname = self.helpers.get_hostname_by_node_name(
manipulated_node.keys()[0])