From: Owen Synge Date: Fri, 11 Jul 2014 16:22:40 +0000 (+0200) Subject: functionnames cant have '.' in the name X-Git-Tag: v1.5.9~4^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a172377ea5bb161579ebc875d56958ba8a25404;p=ceph-deploy.git functionnames cant have '.' in the name --- diff --git a/ceph_deploy/tests/unit/hosts/test_suse.py b/ceph_deploy/tests/unit/hosts/test_suse.py index c0e19fe..93703f9 100644 --- a/ceph_deploy/tests/unit/hosts/test_suse.py +++ b/ceph_deploy/tests/unit/hosts/test_suse.py @@ -19,7 +19,7 @@ class TestSuseInit(object): init_type = self.host.choose_init() assert ( init_type == "systemd") - def test_choose_init_openSUSE_13.1(self): + def test_choose_init_openSUSE_13_1(self): self.host.release = '13.1' init_type = self.host.choose_init() assert ( init_type == "systemd")