From: Alfredo Deza Date: Thu, 31 Aug 2017 12:47:42 +0000 (-0400) Subject: tests osds units are not enabled in lvm scenarios X-Git-Tag: v3.0.0rc5~3^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fec030cd270e5368798d9206b841f774a580aef3;p=ceph-ansible.git tests osds units are not enabled in lvm scenarios Signed-off-by: Alfredo Deza --- diff --git a/tests/functional/tests/osd/test_osds.py b/tests/functional/tests/osd/test_osds.py index ea7953054..f12fa95a7 100644 --- a/tests/functional/tests/osd/test_osds.py +++ b/tests/functional/tests/osd/test_osds.py @@ -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"]: