From 45ecbd8a673a9511ba55207e36a46ad819123f4c Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 12 Feb 2024 13:57:27 -0800 Subject: [PATCH] qa/suites/upgrade/quincy-p2p: run librbd python API tests from quincy tip This job installs librbd from v17.2.5, upgrades librbd to latest quincy and then runs librbd python API tests from v17.2.5 against the upgraded librbd. This isn't expected to work in the general case and is currently failing in TestImage.test_diff_iterate test because it was adjusted to do the right thing in commit f8ced6d1fe66 ("test/pybind/rbd: don't ignore from_snapshot in check_diff()"). Co-authored-by: Ilya Dryomov Signed-off-by: Yuri Weinstein --- .../quincy-p2p-stress-split/6-final-workload/rbd-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/upgrade/quincy-p2p/quincy-p2p-stress-split/6-final-workload/rbd-python.yaml b/qa/suites/upgrade/quincy-p2p/quincy-p2p-stress-split/6-final-workload/rbd-python.yaml index 02170d879a55..ea51512b43e7 100644 --- a/qa/suites/upgrade/quincy-p2p/quincy-p2p-stress-split/6-final-workload/rbd-python.yaml +++ b/qa/suites/upgrade/quincy-p2p/quincy-p2p-stress-split/6-final-workload/rbd-python.yaml @@ -3,7 +3,7 @@ meta: librbd python api tests tasks: - workunit: - tag: v17.2.5 + branch: quincy clients: client.0: - rbd/test_librbd_python.sh -- 2.47.3