initial code repo
[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
new file mode 100644 (file)
index 0000000..d26493e
--- /dev/null
@@ -0,0 +1,10 @@
+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