Rename 'test_add_delete_nodes' test to the correct one

This commit replaces incorrectly named test.
It tests "add node to cluster & and remove node from cluster".

Change-Id: If083a9ae5b707e0f25d423da581ec1d6d2c1d5f0
Closes-Bug: #1445480
This commit is contained in:
Maksim Malchuk 2015-11-10 17:01:24 +03:00
parent 6a9e0d0643
commit 5decdd6a79
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class NodeOperationsLoadTest(base.BaseUnitLoadTestCase):
self.check_time_exec(func)
@base.evaluate_unit_performance
def test_add_delete_nodes(self):
def test_add_node_to_cluster_then_remove_from_cluster(self):
nodes_delete_list = []
nodes_add_list = []
self.cluster = self.env.create_cluster(api=True)