initial code repo
[stor4nfv.git] / src / ceph / src / test / python / brag-client / tests / test_ceph_brag.py
diff --git a/src/ceph/src/test/python/brag-client/tests/test_ceph_brag.py b/src/ceph/src/test/python/brag-client/tests/test_ceph_brag.py
new file mode 100644 (file)
index 0000000..2a584f5
--- /dev/null
@@ -0,0 +1,10 @@
+import ceph_brag
+
+# This file tests nothing (yet) except for being able to import ceph_brag
+# 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 TestCephBrag(object):
+
+    def test_basic(self):
+        assert True