From 2a172377ea5bb161579ebc875d56958ba8a25404 Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Fri, 11 Jul 2014 18:22:40 +0200 Subject: [PATCH] functionnames cant have '.' in the name --- ceph_deploy/tests/unit/hosts/test_suse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.3