Bug 1414434
| Summary: | [RFE] [ODL] VLAN Aware VMs | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Nir Yechiel <nyechiel> |
| Component: | opendaylight | Assignee: | Mike Kolesnik <mkolesni> |
| Status: | CLOSED ERRATA | QA Contact: | Itzik Brown <itbrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 12.0 (Pike) | CC: | akarlsso, atelang, fbaudin, itbrown, lpeer, mkolesni, nlevinki, nyechiel, trozet, tvignaud |
| Target Milestone: | Upstream M2 | Keywords: | FutureFeature, TechPreview, Triaged |
| Target Release: | 12.0 (Pike) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | opendaylight-6.2.0-4.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
N/A
|
|
| Last Closed: | 2017-12-13 21:02:08 UTC | Type: | Feature Request |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1414854, 1422128 | ||
| Bug Blocks: | 1281573, 1389435, 1396159, 1442136, 1469014 | ||
|
Description
Nir Yechiel
2017-01-18 13:50:39 UTC
networking-odl patch is under review here: https://review.openstack.org/#/c/421895/ https://git.opendaylight.org/gerrit/#/c/50615 (core NetVirt change) is merged upstream. (In reply to Nir Yechiel from comment #4) > https://git.opendaylight.org/gerrit/#/c/50615 (core NetVirt change) is > merged upstream. The above patch is the ODL Neutron Northbound part. The following is the ODL NetVirt patch, which isn't merged yet: https://git.opendaylight.org/gerrit/#/c/50676/ The two test_trunk tests in Neutron scenario tests fail.
We need to investigate.
1)neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_subport_connectivity
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/test_trunk.py", line 265, in test_subport_connectivity
should_succeed=True
File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/base.py", line 278, 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
2)neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/test_trunk.py", line 188, in test_trunk_subport_lifecycle
utils.wait_until_true(lambda: self._is_port_active(s['port_id']))
File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 688, in wait_until_true
raise WaitTimeout("Timed out after %d seconds" % timeout)
neutron.common.utils.WaitTimeout: Timed out after 60 seconds
(In reply to Itzik Brown from comment #8) > The two test_trunk tests in Neutron scenario tests fail. > We need to investigate. > > 1)neutron.tests.tempest.scenario.test_trunk.TrunkTest. > test_subport_connectivity > > Traceback (most recent call last): > File > "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/test_trunk. > py", line 265, in test_subport_connectivity > should_succeed=True > File > "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/base.py", > line 278, 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 > > > 2)neutron.tests.tempest.scenario.test_trunk.TrunkTest. > test_trunk_subport_lifecycle > > Traceback (most recent call last): > File > "/usr/lib/python2.7/site-packages/neutron/tests/tempest/scenario/test_trunk. > py", line 188, in test_trunk_subport_lifecycle > utils.wait_until_true(lambda: self._is_port_active(s['port_id'])) > File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 688, > in wait_until_true > raise WaitTimeout("Timed out after %d seconds" % timeout) > neutron.common.utils.WaitTimeout: Timed out after 60 seconds Please attach full logs from ODL and Neutron (and maybe Tempest) so that we can study the issue. Running with python-networking-odl-11.0.1-0.20170926211325.6ceec59.el7ost.noarch neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle fails: It seems that the subports are not in ACTIVE state. A patch was merged in Aug 1. https://review.openstack.org/#/c/489517/ A patch was merged d/s: https://review.openstack.org/#/c/518267/1 2 Neutron test_trunk scenario tests passed: Checked with: opendaylight-6.2.0-4.el7ost.noarch python-networking-odl-11.0.1-0.20171017155942.el7ost.noarch 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-2017:3462 |