From 2b892b58049bd2b99ae97b62149f88c8001c82ca Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Mon, 25 May 2015 10:11:25 -0400 Subject: [PATCH] [RM-11742] Remove unneeded creation of .conf file Signed-off-by: Travis Rhoden --- ceph_deploy/tests/test_cli_osd.py | 2 -- 1 file changed, 2 deletions(-) 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'], -- 2.47.3