Fix dynamips tests

pull/370/head
Julien Duponchelle 9 years ago
parent 1f116fc992
commit e93f1330b8

@ -150,6 +150,7 @@ def fake_file(tmpdir):
os.chmod(path, stat.S_IREAD)
return path
def test_vms(server, tmpdir, fake_dynamips, fake_file):
with patch("gns3server.modules.Dynamips.get_images_directory", return_value=str(tmpdir), example=True):

Loading…
Cancel
Save