← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1305428] [NEW] run_tests.sh doesn't work on stable/havana branch

 

Public bug reported:

On stable/havana branch, ./run_tests.sh launches a huge ridiculously
long error string which comes down to

---
[iwienand@fedora19 neutron]$ .venv/bin/python -c "from neutron.plugins.linuxbridge.agent import linuxbridge_neutron_agent"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py", line 33, in <module>
    import pyudev
ImportError: No module named pyudev
---

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  run_tests.sh doesn't work on stable/havana branch

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  On stable/havana branch, ./run_tests.sh launches a huge ridiculously
  long error string which comes down to

  ---
  [iwienand@fedora19 neutron]$ .venv/bin/python -c "from neutron.plugins.linuxbridge.agent import linuxbridge_neutron_agent"
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py", line 33, in <module>
      import pyudev
  ImportError: No module named pyudev
  ---

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


Follow ups

References