Fix the name of method in compute_stop_reinstallation test

Change-Id: I0fc7d74ffb9f900b43cc730aed133bc6702e1eb1
Closes-bug:#1524707
This commit is contained in:
Veronica Krayneva 2015-12-10 13:23:20 +03:00
parent aa82b5bf31
commit e8c3ccd47f

View File

@ -708,8 +708,8 @@ class StopReinstallation(TestBasic):
slave_nodes)
logger.info('Stop reinstallation process')
self._abort_reinstallation(self.fuel_web, cluster_id,
[str(cmp_nailgun['id'])], devops_nodes)
self._stop_reinstallation(self.fuel_web, cluster_id,
[str(cmp_nailgun['id'])], devops_nodes)
self.fuel_web.run_network_verify(cluster_id)
logger.info('Start the reinstallation process again')