Count all hypervisors by default
[functest.git] / functest / tests / unit / openstack / rally / test_rally.py
index c430e97..ae3c397 100644 (file)
@@ -291,7 +291,7 @@ class OSRallyTesting(unittest.TestCase):
     def test_prepare_run_flavor_alt_creation_failed(self, *args):
         # pylint: disable=unused-argument
         self.rally_base.stests = ['test1', 'test2']
-        with mock.patch.object(self.rally_base, 'count_active_hypervisors') \
+        with mock.patch.object(self.rally_base, 'count_hypervisors') \
             as mock_list_hyperv, \
             mock.patch.object(self.rally_base, 'create_flavor_alt',
                               side_effect=Exception) \