Merge "Fix upstream network suffers packet loss in tests"

This commit is contained in:
Zuul 2024-07-31 12:14:48 +00:00 committed by Gerrit Code Review
commit 2dfbfad335

View File

@ -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