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 d61083f..b2b4b82 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 @@ -34,6 +34,7 @@ from tempest.lib.common.utils import test_utils from tempest.lib import decorators from tempest.lib import exceptions as lib_exc +from whitebox_neutron_tempest_plugin.common import utils from whitebox_neutron_tempest_plugin.tests.scenario import base as wb_base @@ -508,6 +509,7 @@ class BaseSecGroupLoggingTest( self.check_log_ssh( should_log=True, hypervisor_ssh=vm_a['hv_ssh_client']) + @utils.retry_on_assert_fail(max_retries=3) def _test_only_accepted_traffic_logged(self): """This test verifies that only the log entries of allowed traffic exist when only the "allow" event is supposed to be logged