From: Travis Rhoden Date: Mon, 25 May 2015 14:08:22 +0000 (-0400) Subject: [RM-11742] rename test to be accurate X-Git-Tag: v1.5.26~15^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bd47a806a3cfc0cf43315ad4de1fa0a21ee5de3;p=ceph-deploy.git [RM-11742] rename test to be accurate Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/tests/test_cli_osd.py b/ceph_deploy/tests/test_cli_osd.py index 39e348b..fc63d65 100644 --- a/ceph_deploy/tests/test_cli_osd.py +++ b/ceph_deploy/tests/test_cli_osd.py @@ -13,7 +13,7 @@ def test_help(tmpdir, cli): assert 'optional arguments' in result -def test_bad_no_conf(tmpdir, cli): +def test_bad_subcommand(tmpdir, cli): with pytest.raises(cli.Failed) as err: with cli( args=['ceph-deploy', 'osd', 'fakehost:/does-not-exist'],