Description of problem:
The following neutron scenario test fails
neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.test_connectivity_min_max_mtu
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/neutron_tempest_plugin/scenario/test_mtu.py", line 213, in test_connectivity_min_max_mtu
mtu=self.networks[0]['mtu'], fragmentation=False)
File "/usr/lib/python2.7/site-packages/neutron_tempest_plugin/scenario/base.py", line 307, in check_remote_connectivity
source, dest, should_succeed, nic, mtu, fragmentation))
File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 678, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
Version-Release number of selected component (if applicable): Latest OSP 13
How reproducible: 100%
Steps to Reproduce:
1. Deploy Director 13
2. Run neutron tempest plugin tests
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/RHBA-2018:3614
Description of problem: The following neutron scenario test fails neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.test_connectivity_min_max_mtu Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/neutron_tempest_plugin/scenario/test_mtu.py", line 213, in test_connectivity_min_max_mtu mtu=self.networks[0]['mtu'], fragmentation=False) File "/usr/lib/python2.7/site-packages/neutron_tempest_plugin/scenario/base.py", line 307, in check_remote_connectivity source, dest, should_succeed, nic, mtu, fragmentation)) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 678, in assertTrue raise self.failureException(msg) AssertionError: False is not true Version-Release number of selected component (if applicable): Latest OSP 13 How reproducible: 100% Steps to Reproduce: 1. Deploy Director 13 2. Run neutron tempest plugin tests