integ/ceph/ceph/debian/deb_folder/tests/python-ceph

8 lines
115 B
Python
Executable File

#!/usr/bin/python3
# Test that rbd and rados can be imported OK
import rbd
import rados
print("python-ceph: OK")