yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10179
[Bug 1284265] [NEW] ovs-agent test_fdb_add_flows test invalid
Public bug reported:
https://github.com/openstack/neutron/blob/14cb886809e5cccbf799a0dc2e5b99f31b1ab3be/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py#L577
has:
mock.patch.object(self.agent.tun_br, 'setup_tunnel_port')
but setup_tunnel_port is an attribute of self.agent and not
self.agent.tun_br.
** Affects: neutron
Importance: Undecided
Status: New
** Tags: low-hanging-fruit ovs unittest
** Tags added: low-hanging-fruit ovs unittest
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1284265
Title:
ovs-agent test_fdb_add_flows test invalid
Status in OpenStack Neutron (virtual network service):
New
Bug description:
https://github.com/openstack/neutron/blob/14cb886809e5cccbf799a0dc2e5b99f31b1ab3be/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py#L577
has:
mock.patch.object(self.agent.tun_br, 'setup_tunnel_port')
but setup_tunnel_port is an attribute of self.agent and not
self.agent.tun_br.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1284265/+subscriptions
Follow ups
References