From 01958e648ef6ea0689e30e946be71b28a641303c Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Mon, 8 May 2023 10:53:00 +0000 Subject: [PATCH] qa/suites/crimson: Introduce rbd_python_api_tests.yaml Test python api with new image format. Signed-off-by: Matan Breizman --- .../rbd/tasks/rbd_python_api_tests.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml diff --git a/qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml b/qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml new file mode 100644 index 00000000000..214c43600a1 --- /dev/null +++ b/qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml @@ -0,0 +1,12 @@ +overrides: + ceph: + log-ignorelist: + - \(SLOW_OPS\) + - slow request +tasks: +- workunit: + clients: + client.0: + - rbd/test_librbd_python.sh --eval-attr 'not (SKIP_IF_CRIMSON)' + env: + RBD_FEATURES: "61" -- 2.47.3