remove ceph code
[stor4nfv.git] / src / ceph / src / test / python / ceph / tests / test_ceph.py
diff --git a/src/ceph/src/test/python/ceph/tests/test_ceph.py b/src/ceph/src/test/python/ceph/tests/test_ceph.py
deleted file mode 100644 (file)
index d26493e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import ceph
-
-# This file tests nothing (yet) except for being able to import ceph
-# correctly and thus ensuring somewhat that it will work under different Python
-# versions. You must write unittests here so that code has adequate coverage.
-
-class TestCeph(object):
-
-    def test_basic(self):
-        assert True