tests osds units are not enabled in lvm scenarios

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/1841/head
Alfredo Deza 2017-08-31 08:47:42 -04:00
parent 3185a287de
commit fec030cd27
1 changed files with 1 additions and 0 deletions

View 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"]: