summaryrefslogtreecommitdiffstats
path: root/debian/tests/python-ceph
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/python-ceph')
-rwxr-xr-xdebian/tests/python-ceph7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/tests/python-ceph b/debian/tests/python-ceph
new file mode 100755
index 000000000..006dbe63d
--- /dev/null
+++ b/debian/tests/python-ceph
@@ -0,0 +1,7 @@
+#!/usr/bin/python3
+
+# Test that rbd and rados can be imported OK
+import rbd
+import rados
+
+print("python-ceph: OK")