From 7050cdb205fd1b1b847c148092a8548f00a061c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:46:10 +0200 Subject: Adding debian version 16.2.11+ds-2. 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 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") -- cgit v1.2.3