diff --git a/fuelweb_test/tests/tests_strength/test_failover_base.py b/fuelweb_test/tests/tests_strength/test_failover_base.py index e68cf7670..bb9ddca51 100644 --- a/fuelweb_test/tests/tests_strength/test_failover_base.py +++ b/fuelweb_test/tests/tests_strength/test_failover_base.py @@ -1187,7 +1187,7 @@ class TestHaFailoverBase(TestBasic): wait_pass( lambda: assert_equal( remote_controller.execute( - 'service corosync start && service pacemaker ' + 'service corosync restart && service pacemaker ' 'restart')['exit_code'], 0, 'Corosync was not started, see debug log,' ' count-{0}'.format(count)), timeout=20)