summaryrefslogtreecommitdiffstats
path: root/debian/tests/python-ceph
blob: 006dbe63d5701a8af806546d664ff2d90463106f (plain)
1
2
3
4
5
6
7
#!/usr/bin/python3

# Test that rbd and rados can be imported OK
import rbd
import rados

print("python-ceph: OK")