From: Alfredo Deza Date: Mon, 9 Dec 2013 15:11:07 +0000 (-0500) Subject: correct failing test for right mon asok path X-Git-Tag: v1.3.4~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=648e81c235b10f692d0877f14ebce32ade5dff13;p=ceph-deploy.git correct failing test for right mon asok path Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/tests/unit/util/test_paths.py b/ceph_deploy/tests/unit/util/test_paths.py index 9e0bb91..76399d9 100644 --- a/ceph_deploy/tests/unit/util/test_paths.py +++ b/ceph_deploy/tests/unit/util/test_paths.py @@ -30,4 +30,4 @@ class TestMonPaths(object): def test_asok(self): result = paths.mon.asok('mycluster', 'myhostname') assert result.startswith('/') - assert result.endswith('mycluster-myhostname.asok') + assert result.endswith('mycluster-mon.myhostname.asok')