Fix ceph tests filename

Change-Id: I67ffc9f4da27d8b64c0334f3a6ae3f8f05dcd3b2
diff --git a/cvp-sanity/cvp_checks/tests/ceph/test_ceph_osd.py b/cvp-sanity/cvp_checks/tests/ceph/test_ceph_osd.py
deleted file mode 100644
index 6969d8a..0000000
--- a/cvp-sanity/cvp_checks/tests/ceph/test_ceph_osd.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import pytest
-
-
-def test_check_ceph_osd(local_salt_client):
-    osd_fail = local_salt_client.cmd(
-        'ceph:osd',
-        'cmd.run',
-        ['ceph osd tree | grep down'],
-        expr_form='pillar')
-    if not osd_fail:
-        pytest.skip("Ceph is not found on this environment")
-    assert not osd_fail.values()[0], \
-        "Some osds are in down state or ceph is not found".format(
-        osd_fail.values()[0])
diff --git a/cvp_checks/tests/ceph/test_ceph_status.py b/cvp-sanity/cvp_checks/tests/ceph/test_ceph_status.py
similarity index 100%
rename from cvp_checks/tests/ceph/test_ceph_status.py
rename to cvp-sanity/cvp_checks/tests/ceph/test_ceph_status.py