]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
functionnames cant have '.' in the name
authorOwen Synge <osynge@suse.com>
Fri, 11 Jul 2014 16:22:40 +0000 (18:22 +0200)
committerOwen Synge <osynge@suse.com>
Fri, 11 Jul 2014 16:22:40 +0000 (18:22 +0200)
ceph_deploy/tests/unit/hosts/test_suse.py

index c0e19fe90e7a95079400e36943e3c4273b3c824c..93703f9f047a8925cb0d37a6818ea7e576a982dc 100644 (file)
@@ -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")