From 181264c399f6a8a3d7527f5c45cf2e98c81d2a75 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Thu, 1 Feb 2024 15:34:35 -0800 Subject: [PATCH] qa/suites/upgrade/pacific-p2p: run librbd python API tests from pacific tip This job installs librbd from v16.2.7, upgrades librbd to latest pacific and then runs librbd python API tests from v16.2.7 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 --- .../pacific-p2p-stress-split/6-final-workload/rbd-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/upgrade/pacific-p2p/pacific-p2p-stress-split/6-final-workload/rbd-python.yaml b/qa/suites/upgrade/pacific-p2p/pacific-p2p-stress-split/6-final-workload/rbd-python.yaml index 4ca4e7485d1e..7e2e98adfc4f 100644 --- a/qa/suites/upgrade/pacific-p2p/pacific-p2p-stress-split/6-final-workload/rbd-python.yaml +++ b/qa/suites/upgrade/pacific-p2p/pacific-p2p-stress-split/6-final-workload/rbd-python.yaml @@ -3,7 +3,7 @@ meta: librbd python api tests tasks: - workunit: - tag: v16.2.7 + branch: pacific clients: client.0: - rbd/test_librbd_python.sh -- 2.47.3