Description of problem:
The following error is seen:
traceback-1: {{{
Traceback (most recent call last):
File "neutron/tests/base.py", line 140, in func
return f(self, *args, **kwargs)
File "neutron/tests/functional/agent/test_ovs_flows.py", line 478, in test_bundled_install
with self.br_tun.bundled() as br:
File "neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py", line 282, in __enter__
msg = ofpp.ONFBundleCtrlMsg(dp, self.active_bundle,
AttributeError: 'module' object has no attribute 'ONFBundleCtrlMsg'
}}}
It seems we need a higher version of python-ryu.
What we have right now is: python-ryu-4.15-1.el7ost.noarch
Version-Release number of selected component (if applicable): Latest OSP 14
How reproducible: 100%
Steps to Reproduce:
1. Clone neutron project
2. Run dsvm-functional tests
Comment 2Bernard Cafarelli
2018-07-20 12:30:10 UTC
Looks like so, let me take a look
Comment 3Bernard Cafarelli
2018-07-20 14:45:59 UTC
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, 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-2019:0045