]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests osds units are not enabled in lvm scenarios
authorAlfredo Deza <adeza@redhat.com>
Thu, 31 Aug 2017 12:47:42 +0000 (08:47 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 31 Aug 2017 12:47:42 +0000 (08:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tests/functional/tests/osd/test_osds.py

index ea7953054174ccc2b8ca215792770f8abf40de0f..f12fa95a72652c92144baae42b2016c2a5fb1127 100644 (file)
@@ -22,6 +22,7 @@ class TestOSDs(object):
         for osd in node["osds"]:
             assert host.service("ceph-osd@%s" % osd).is_running
 
+    @pytest.mark.no_lvm_scenario
     def test_osd_services_are_enabled(self, node, host):
         # TODO: figure out way to paramaterize node['osds'] for this test
         for osd in node["osds"]: