yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88668
[Bug 1968896] [NEW] Test tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state is failing constantly since 7.04.2022
Public bug reported:
It is failing in the neutron-ovs-tempest-slow periodic job every day since 7.04.2022.
Failure example: https://71dffc4e35d369b68ca9-4d92b13c04e5cbfc4c00e2b757cddf9c.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-ovs-tempest-slow/9866a21/testr_results.html
Stacktrace:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 717, in test_update_instance_port_admin_state
self._check_public_network_connectivity(
File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 212, in _check_public_network_connectivity
self.check_vm_connectivity(
File "/opt/stack/tempest/tempest/scenario/manager.py", line 948, in check_vm_connectivity
self.assertTrue(self.ping_ip_address(ip_address,
File "/usr/lib/python3.8/unittest/case.py", line 765, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true : Public network connectivity check failed. Reason: after updating admin_state_up of instance port to True
Timed out waiting for 172.24.5.179 to become reachable
It seems that patch
https://review.opendev.org/c/openstack/neutron/+/819567 is the culprit
of that issue
** Affects: neutron
Importance: Critical
Assignee: Slawek Kaplonski (slaweq)
Status: Confirmed
** Tags: gate-failure ovs
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1968896
Title:
Test
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state
is failing constantly since 7.04.2022
Status in neutron:
Confirmed
Bug description:
It is failing in the neutron-ovs-tempest-slow periodic job every day since 7.04.2022.
Failure example: https://71dffc4e35d369b68ca9-4d92b13c04e5cbfc4c00e2b757cddf9c.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-ovs-tempest-slow/9866a21/testr_results.html
Stacktrace:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 717, in test_update_instance_port_admin_state
self._check_public_network_connectivity(
File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 212, in _check_public_network_connectivity
self.check_vm_connectivity(
File "/opt/stack/tempest/tempest/scenario/manager.py", line 948, in check_vm_connectivity
self.assertTrue(self.ping_ip_address(ip_address,
File "/usr/lib/python3.8/unittest/case.py", line 765, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true : Public network connectivity check failed. Reason: after updating admin_state_up of instance port to True
Timed out waiting for 172.24.5.179 to become reachable
It seems that patch
https://review.opendev.org/c/openstack/neutron/+/819567 is the culprit
of that issue
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1968896/+subscriptions
Follow ups