yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #85816
[Bug 1923470] Re: test_security_group_recreated_on_port_update fails in CI
Reviewed: https://review.opendev.org/c/openstack/neutron/+/785614
Committed: https://opendev.org/openstack/neutron/commit/44670f88dd15c5eb2ea98956b0b5881df67ca666
Submitter: "Zuul (22348)"
Branch: master
commit 44670f88dd15c5eb2ea98956b0b5881df67ca666
Author: Oleg Bondarev <oleg.bondarev@xxxxxxxxxx>
Date: Mon Apr 12 15:24:42 2021 +0000
Revert "Cache default security group IDs in memory"
This reverts commit 433deed0b72d3e7dbee5fc9e241f7d6c46bbfa96.
Reason for revert: https://bugs.launchpad.net/neutron/+bug/1923470
Change-Id: I7d6d884936916602fb21a6f268250c823d415e6b
Closes-Bug: #1923470
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1923470
Title:
test_security_group_recreated_on_port_update fails in CI
Status in neutron:
Fix Released
Bug description:
neutron-tempest-plugin-api job start failing,
test_security_group_recreated_on_port_update:
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/neutron_tempest_plugin/api/admin/test_security_groups.py", line 43, in test_security_group_recreated_on_port_update
self.assertIn('default', names)
File "/opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/testtools/testcase.py", line 421, in assertIn
self.assertThat(haystack, Contains(needle), message)
File "/opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/testtools/testcase.py", line 502, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 'default' not in []
Seems the culprit is patch
https://review.opendev.org/c/openstack/neutron/+/777605.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1923470/+subscriptions
References