From: Travis Rhoden Date: Mon, 25 May 2015 14:11:25 +0000 (-0400) Subject: [RM-11742] Remove unneeded creation of .conf file X-Git-Tag: v1.5.26~15^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b892b58049bd2b99ae97b62149f88c8001c82ca;p=ceph-deploy.git [RM-11742] Remove unneeded creation of .conf file Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/tests/test_cli_osd.py b/ceph_deploy/tests/test_cli_osd.py index 968aea9..4c8b548 100644 --- a/ceph_deploy/tests/test_cli_osd.py +++ b/ceph_deploy/tests/test_cli_osd.py @@ -26,8 +26,6 @@ def test_bad_subcommand(tmpdir, cli): def test_bad_no_disk(tmpdir, cli): - with tmpdir.join('ceph.conf').open('w'): - pass with pytest.raises(cli.Failed) as err: with cli( args=['ceph-deploy', 'osd'],