yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65308
[Bug 1697533] Re: test_install_flood_to_tun failed with: 'tun_id=0x378' not in u' unchanged'
Reviewed: https://review.openstack.org/475911
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=330ebbb1b14cc0f7abf0cd7873461c858a1e645f
Submitter: Jenkins
Branch: master
commit 330ebbb1b14cc0f7abf0cd7873461c858a1e645f
Author: Jakub Libosvar <libosvar@xxxxxxxxxx>
Date: Tue Jun 20 19:58:58 2017 +0000
functional-tests: Make addresses for tunneling unique
OVS can hold only one tunnel with same endpoints. Some tests had
hardcoded values for both tunnel endpoints which made them unable to run
in parallel manner.
This patch takes always exclusive address using resource allocator.
Change-Id: If81296d54656551b24917d561f235edb96a6c2df
Closes-bug: #1697533
** 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/1697533
Title:
test_install_flood_to_tun failed with: 'tun_id=0x378' not in u'
unchanged'
Status in neutron:
Fix Released
Bug description:
http://logs.openstack.org/59/471059/2/check/gate-neutron-dsvm-
functional-ubuntu-xenial/cd6149b/testr_results.html.gz
Traceback (most recent call last):
File "neutron/tests/base.py", line 118, in func
return f(self, *args, **kwargs)
File "neutron/tests/common/helpers.py", line 241, in check_ovs_and_skip
return f(test)
File "neutron/tests/functional/agent/test_ovs_flows.py", line 445, in test_install_flood_to_tun
self.assertIn(("tun_id=0x%(tun_id)x" % kwargs), trace["Final flow"])
File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 417, in assertIn
self.assertThat(haystack, Contains(needle), message)
File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 'tun_id=0x378' not in u' unchanged'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1697533/+subscriptions
References