diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_ovn_fdb.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_ovn_fdb.py index 51d006d..46f6d82 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_ovn_fdb.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_ovn_fdb.py @@ -57,7 +57,8 @@ class OvnFdbAgingTest(wb_base.BaseTempestTestCaseOvn): FDB_AGE_THRESHOLD)] self.set_service_setting(file=wb_utils.get_ml2_conf_file(), config_list=config_list, - cfg_change=False) + cfg_change=False, + wait_res='deploy/neutron') # 2) restart neutron api on all controllers simultaneously if not WB_CONF.openstack_type == 'podified': diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_security_group_logging.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_security_group_logging.py index 5869c48..f3f40f9 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_security_group_logging.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_security_group_logging.py @@ -483,7 +483,8 @@ class BaseSecGroupLoggingTest( wb_base.ConfigOption('network_log', 'burst_limit', burst_val), wb_base.ConfigOption('network_log', 'rate_limit', rate_val)] self.set_service_setting(file=self.ML2_CONF_FILE, - config_list=config_list) + config_list=config_list, + wait_res='deploy/neutron') # 5) restart neutron api on all controllers simultaneously if not WB_CONF.openstack_type == 'podified': service_ptn = utils.get_neutron_api_service_name()