]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
correct failing test for right mon asok path 144/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 9 Dec 2013 15:11:07 +0000 (10:11 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 9 Dec 2013 15:11:07 +0000 (10:11 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/tests/unit/util/test_paths.py

index 9e0bb913958015c85e779e3b99a357a0df1e8451..76399d977996e9aea02e9f642355f8f6c3dd5ea8 100644 (file)
@@ -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')