makedirs should be stubbed out
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Armando Migliaccio |
Bug Description
When I run the dhcp_agent test on my box I got this error once:
=======
ERROR: neutron.
neutron.
-------
_StringException: Empty attachments:
pythonlogging:''
stderr
stdout
Traceback (most recent call last):
File "/home/
dhcp = dhcp_agent.
File "/home/
os.
File "/usr/lib/
mkdir(name, mode)
OSError: [Errno 17] File exists: '//home/
Ideally the directory creation should be stubbed out in the tests.
Changed in neutron: | |
assignee: | nobody → Armando Migliaccio (armando-migliaccio) |
Changed in neutron: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → havana-3 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-3 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/42001
Review: https:/