]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-11742] Remove unneeded creation of .conf file
authorTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 14:11:25 +0000 (10:11 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 14:14:24 +0000 (10:14 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/tests/test_cli_osd.py

index 968aea9af4953fafe1b9c7265ed512c235c162e1..4c8b548359f9808338bd27aa9260fb5cd3db16dd 100644 (file)
@@ -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'],