Description of problem:
Upstream test case of test_connectivity_between_vms_using_different_sec_groups is failing in 17.1 OVN deployment
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. clone upstream tempest master
2. cd neutron-tempest-plugin; sudo python3 setup.py develop
3. run the test case
Actual results:
test case is failing
Expected results:
Test case should pass
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/common/utils.py", line 85, in wait_until_true
eventlet.sleep(sleep)
File "/usr/lib/python3.9/site-packages/eventlet/greenthread.py", line 36, in sleep
hub.switch()
File "/usr/lib/python3.9/site-packages/eventlet/hubs/hub.py", line 313, in switch
return self.greenlet.switch()
eventlet.timeout.Timeout: 60 seconds
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_security_groups.py", line 1027, in test_connectivity_between_vms_using_different_sec_groups
self._test_connectivity_between_vms_using_different_sec_groups()
File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_security_groups.py", line 258, in _test_connectivity_between_vms_using_different_sec_groups
utils.wait_until_true(
File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/common/utils.py", line 90, in wait_until_true
raise WaitTimeout("Timed out after %d seconds" % timeout)
neutron_tempest_plugin.common.utils.WaitTimeout: Timed out after 60 seconds
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Release of components for Red Hat OpenStack Platform 17.1 (Wallaby)), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2023:4577
Description of problem: Upstream test case of test_connectivity_between_vms_using_different_sec_groups is failing in 17.1 OVN deployment Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. clone upstream tempest master 2. cd neutron-tempest-plugin; sudo python3 setup.py develop 3. run the test case Actual results: test case is failing Expected results: Test case should pass Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/common/utils.py", line 85, in wait_until_true eventlet.sleep(sleep) File "/usr/lib/python3.9/site-packages/eventlet/greenthread.py", line 36, in sleep hub.switch() File "/usr/lib/python3.9/site-packages/eventlet/hubs/hub.py", line 313, in switch return self.greenlet.switch() eventlet.timeout.Timeout: 60 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_security_groups.py", line 1027, in test_connectivity_between_vms_using_different_sec_groups self._test_connectivity_between_vms_using_different_sec_groups() File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/scenario/test_security_groups.py", line 258, in _test_connectivity_between_vms_using_different_sec_groups utils.wait_until_true( File "/home/stack/neutron-tempest-plugin/neutron_tempest_plugin/common/utils.py", line 90, in wait_until_true raise WaitTimeout("Timed out after %d seconds" % timeout) neutron_tempest_plugin.common.utils.WaitTimeout: Timed out after 60 seconds