Public bug reported:

Since the LinuxBridge driver removal (see [1]) the networking-bagpipe jobs are 
broken as it contains code depending on the deleted code. Example: 
https://145695cd66d22a1a5531-20ca69e07dca0fd02c0e555ea033331e.ssl.cf5.rackcdn.com/periodic-weekly/opendev.org/openstack/networking-bagpipe/master/openstack-tox-py312/a57e93b/job-output.txt

...
2025-02-01 08:13:28.958633 | ubuntu-noble | =========================
2025-02-01 08:13:28.958646 | ubuntu-noble | Failures during discovery
2025-02-01 08:13:28.958656 | ubuntu-noble | =========================
2025-02-01 08:13:28.958665 | ubuntu-noble | --- import errors ---
2025-02-01 08:13:28.958684 | ubuntu-noble | Failed to import test module: 
networking_bagpipe.tests.unit.agent.bagpipe_ml2.test_agent_extension
2025-02-01 08:13:28.958709 | ubuntu-noble | Traceback (most recent call last):
2025-02-01 08:13:28.958729 | ubuntu-noble |   File 
"/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
2025-02-01 08:13:28.958744 | ubuntu-noble |     module = 
self._get_module_from_name(name)
2025-02-01 08:13:28.958758 | ubuntu-noble |              
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-01 08:13:28.958774 | ubuntu-noble |   File 
"/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
2025-02-01 08:13:28.958792 | ubuntu-noble |     __import__(name)
2025-02-01 08:13:28.958810 | ubuntu-noble |   File 
"/home/zuul/src/opendev.org/openstack/networking-bagpipe/networking_bagpipe/tests/unit/agent/bagpipe_ml2/test_agent_extension.py",
 line 18, in <module>
2025-02-01 08:13:28.958850 | ubuntu-noble |     from 
networking_bagpipe.agent.bagpipe_ml2 import agent_extension
2025-02-01 08:13:28.958915 | ubuntu-noble |   File 
"/home/zuul/src/opendev.org/openstack/networking-bagpipe/networking_bagpipe/agent/bagpipe_ml2/agent_extension.py",
 line 28, in <module>
2025-02-01 08:13:28.958934 | ubuntu-noble |     from 
neutron.plugins.ml2.drivers.linuxbridge.agent import \
2025-02-01 08:13:28.958945 | ubuntu-noble | ModuleNotFoundError: No module 
named 'neutron.plugins.ml2.drivers.linuxbridge'
...

The neutron-tempest-plugin-bgpvpn-bagpipe job is also failing, that is
perhaps also related, and networking-bgpvpn CI is also red due to that.


[1]: https://review.opendev.org/c/openstack/neutron/+/927216

** Affects: neutron
     Importance: Undecided
     Assignee: Lajos Katona (lajos-katona)
         Status: New


** Tags: bagpipe bgpvpn

** Changed in: neutron
     Assignee: (unassigned) => Lajos Katona (lajos-katona)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2097367

Title:
  networking-bagpipe CI is broken since linuxbridge driver removal

Status in neutron:
  New

Bug description:
  Since the LinuxBridge driver removal (see [1]) the networking-bagpipe jobs 
are broken as it contains code depending on the deleted code. Example: 
  
https://145695cd66d22a1a5531-20ca69e07dca0fd02c0e555ea033331e.ssl.cf5.rackcdn.com/periodic-weekly/opendev.org/openstack/networking-bagpipe/master/openstack-tox-py312/a57e93b/job-output.txt

  ...
  2025-02-01 08:13:28.958633 | ubuntu-noble | =========================
  2025-02-01 08:13:28.958646 | ubuntu-noble | Failures during discovery
  2025-02-01 08:13:28.958656 | ubuntu-noble | =========================
  2025-02-01 08:13:28.958665 | ubuntu-noble | --- import errors ---
  2025-02-01 08:13:28.958684 | ubuntu-noble | Failed to import test module: 
networking_bagpipe.tests.unit.agent.bagpipe_ml2.test_agent_extension
  2025-02-01 08:13:28.958709 | ubuntu-noble | Traceback (most recent call last):
  2025-02-01 08:13:28.958729 | ubuntu-noble |   File 
"/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
  2025-02-01 08:13:28.958744 | ubuntu-noble |     module = 
self._get_module_from_name(name)
  2025-02-01 08:13:28.958758 | ubuntu-noble |              
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2025-02-01 08:13:28.958774 | ubuntu-noble |   File 
"/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
  2025-02-01 08:13:28.958792 | ubuntu-noble |     __import__(name)
  2025-02-01 08:13:28.958810 | ubuntu-noble |   File 
"/home/zuul/src/opendev.org/openstack/networking-bagpipe/networking_bagpipe/tests/unit/agent/bagpipe_ml2/test_agent_extension.py",
 line 18, in <module>
  2025-02-01 08:13:28.958850 | ubuntu-noble |     from 
networking_bagpipe.agent.bagpipe_ml2 import agent_extension
  2025-02-01 08:13:28.958915 | ubuntu-noble |   File 
"/home/zuul/src/opendev.org/openstack/networking-bagpipe/networking_bagpipe/agent/bagpipe_ml2/agent_extension.py",
 line 28, in <module>
  2025-02-01 08:13:28.958934 | ubuntu-noble |     from 
neutron.plugins.ml2.drivers.linuxbridge.agent import \
  2025-02-01 08:13:28.958945 | ubuntu-noble | ModuleNotFoundError: No module 
named 'neutron.plugins.ml2.drivers.linuxbridge'
  ...

  The neutron-tempest-plugin-bgpvpn-bagpipe job is also failing, that is
  perhaps also related, and networking-bgpvpn CI is also red due to
  that.

  
  [1]: https://review.opendev.org/c/openstack/neutron/+/927216

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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to