Fixing misprint and adding skip for galera test
diff --git a/cvp_checks/tests/ceph/test_ceph.py b/cvp_checks/tests/ceph/test_ceph.py
index c14778d..6969d8a 100644
--- a/cvp_checks/tests/ceph/test_ceph.py
+++ b/cvp_checks/tests/ceph/test_ceph.py
@@ -5,7 +5,7 @@
     osd_fail = local_salt_client.cmd(
         'ceph:osd',
         'cmd.run',
-        ['ceph osd tree | grep up'],
+        ['ceph osd tree | grep down'],
         expr_form='pillar')
     if not osd_fail:
         pytest.skip("Ceph is not found on this environment")