From 613c672ac166ca92ce1284131ec06446e07e0023 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Tue, 17 Oct 2017 09:25:06 +0000 Subject: Update blacklist about migration tests for rally The test NovaServers.boot_and_migrate_server needs at least 2 compute nodes: https://github.com/openstack/rally/blob/stable/0.9/rally/plugins/openstack/scenarios/nova/servers.py#L763-L765 Change-Id: I4ddf99188094ced57225d886037b00e91f3b68e6 Signed-off-by: Linda Wang --- functest/tests/unit/openstack/rally/test_rally.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest/tests') diff --git a/functest/tests/unit/openstack/rally/test_rally.py b/functest/tests/unit/openstack/rally/test_rally.py index 40aab9527..6a85536da 100644 --- a/functest/tests/unit/openstack/rally/test_rally.py +++ b/functest/tests/unit/openstack/rally/test_rally.py @@ -167,9 +167,9 @@ class OSRallyTesting(unittest.TestCase): @mock.patch('__builtin__.open', mock.mock_open()) @mock.patch('functest.opnfv_tests.openstack.rally.rally.yaml.safe_load', return_value={'functionality': [ - {'functions': ['no_live_migration'], 'tests': ['test']}]}) + {'functions': ['no_migration'], 'tests': ['test']}]}) @mock.patch('functest.opnfv_tests.openstack.rally.rally.RallyBase.' - '_live_migration_supported', return_value=False) + '_migration_supported', return_value=False) def test_excl_func_default(self, mock_func, mock_yaml_load): CONST.__setattr__('INSTALLER_TYPE', 'test_installer') CONST.__setattr__('DEPLOY_SCENARIO', 'test_scenario') -- cgit 1.2.3-korg