From 743edd03fd8eaf7070de28c1ca5adcdccf8d7470 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 23 Jun 2020 15:40:30 +0800 Subject: [PATCH] qa/suites/rados/thrash-old-clients: disable verify_ceph_hash in this test, older ceph clients are installed on el7, but the ceph cluster is deployed using cephadm, which in turn pulls ceph container images built using the ceph being tested on el8. since we've dropped the build of master on el7, there is no need to verify if ceph package is available if cephadm is used for deploying the cluster. Signed-off-by: Kefu Chai --- qa/suites/rados/thrash-old-clients/ceph.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/thrash-old-clients/ceph.yaml b/qa/suites/rados/thrash-old-clients/ceph.yaml index 42f9495a851..468b4af27d0 100644 --- a/qa/suites/rados/thrash-old-clients/ceph.yaml +++ b/qa/suites/rados/thrash-old-clients/ceph.yaml @@ -1,2 +1,4 @@ +# Don't verify os + flavor + sha1 +verify_ceph_hash: false tasks: - cephadm: -- 2.39.5