From df4528d6668ab18e40584fe540355bdfba0fb6dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:29 +0200 Subject: Adding debian version 14.2.21-1. Signed-off-by: Daniel Baumann --- debian/tests/python-ceph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 debian/tests/python-ceph (limited to 'debian/tests/python-ceph') diff --git a/debian/tests/python-ceph b/debian/tests/python-ceph new file mode 100755 index 00000000..006dbe63 --- /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") -- cgit v1.2.3