From fec030cd270e5368798d9206b841f774a580aef3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 31 Aug 2017 08:47:42 -0400 Subject: [PATCH] tests osds units are not enabled in lvm scenarios Signed-off-by: Alfredo Deza --- tests/functional/tests/osd/test_osds.py | 1 + 1 file changed, 1 insertion(+) 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"]: