← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1663054] Re: neutron-dynamic-routing unit test failure

 

Reviewed:  https://review.openstack.org/431235
Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=6a5549e7b637454fcd9338348940c2389c8d5c56
Submitter: Jenkins
Branch:    master

commit 6a5549e7b637454fcd9338348940c2389c8d5c56
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date:   Wed Feb 8 16:19:29 2017 -0800

    Use test l3 plugin from neutron
    
    9fe45bda36c4507f72fcc0a64cc65e92fcee9e15 adjusted the test L3
    plugin to inherit L3_HA_NAT_db_mixin so we no longer need to.
    
    Change-Id: I81e2887e6276ee7e5a678a4637f452291e2e7c67
    Closes-Bug: #1663054


** 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/1663054

Title:
  neutron-dynamic-routing unit test failure

Status in neutron:
  Fix Released

Bug description:
  http://logs.openstack.org/11/430511/1/check/gate-neutron-dynamic-
  routing-python35/20b9815/console.html

  
  2017-02-08 03:16:52.841759 | running testr
  2017-02-08 03:16:52.841776 | running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
  2017-02-08 03:16:52.841790 | OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
  2017-02-08 03:16:52.841804 | OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
  2017-02-08 03:16:52.841813 | OS_LOG_CAPTURE=1 \
  2017-02-08 03:16:52.841828 | ${PYTHON:-python} -m subunit.run discover -t ./ \
  2017-02-08 03:16:52.841856 | ${OS_TEST_PATH:-./neutron_dynamic_routing/tests/unit} \
  2017-02-08 03:16:52.841863 | --list 
  2017-02-08 03:16:52.841873 | --- import errors ---
  2017-02-08 03:16:52.841895 | Failed to import test module: neutron_dynamic_routing.tests.unit.db.test_bgp_db
  2017-02-08 03:16:52.841909 | Traceback (most recent call last):
  2017-02-08 03:16:52.841960 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/site-packages/unittest2/loader.py", line 456, in _find_test_path
  2017-02-08 03:16:52.841983 |     module = self._get_module_from_name(name)
  2017-02-08 03:16:52.842024 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
  2017-02-08 03:16:52.842034 |     __import__(name)
  2017-02-08 03:16:52.842072 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 43, in <module>
  2017-02-08 03:16:52.842102 |     l3_dvr_ha_scheduler_db.L3_DVR_HA_scheduler_db_mixin):
  2017-02-08 03:16:52.842133 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/abc.py", line 133, in __new__
  2017-02-08 03:16:52.842162 |     cls = super().__new__(mcls, name, bases, namespace)
  2017-02-08 03:16:52.842191 | TypeError: Cannot create a consistent method resolution
  2017-02-08 03:16:52.842214 | order (MRO) for bases L3_DVRsch_db_mixin, L3_DVR_HA_scheduler_db_mixin, L3_HA_NAT_db_mixin
  2017-02-08 03:16:52.842236 | 
  2017-02-08 03:16:52.842262 | Failed to import test module: neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db
  2017-02-08 03:16:52.842286 | Traceback (most recent call last):
  2017-02-08 03:16:52.842349 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/site-packages/unittest2/loader.py", line 456, in _find_test_path
  2017-02-08 03:16:52.842369 |     module = self._get_module_from_name(name)
  2017-02-08 03:16:52.842411 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
  2017-02-08 03:16:52.842421 |     __import__(name)
  2017-02-08 03:16:52.842462 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py", line 30, in <module>
  2017-02-08 03:16:52.842481 |     from neutron_dynamic_routing.tests.unit.db import test_bgp_db
  2017-02-08 03:16:52.842518 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 43, in <module>
  2017-02-08 03:16:52.842536 |     l3_dvr_ha_scheduler_db.L3_DVR_HA_scheduler_db_mixin):
  2017-02-08 03:16:52.842569 |   File "/home/jenkins/workspace/gate-neutron-dynamic-routing-python35/.tox/py35/lib/python3.5/abc.py", line 133, in __new__
  2017-02-08 03:16:52.842610 |     cls = super().__new__(mcls, name, bases, namespace)
  2017-02-08 03:16:52.842627 | TypeError: Cannot create a consistent method resolution
  2017-02-08 03:16:52.842653 | order (MRO) for bases L3_DVRsch_db_mixin, L3_DVR_HA_scheduler_db_mixin, L3_HA_NAT_db_mixin
  2017-02-08 03:16:52.842666 | The test run didn't actually run any tests
  2017-02-08 03:16:52.865550 | ERROR: InvocationError: '/bin/sh tools/pretty_tox.sh '

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1663054/+subscriptions


References