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")