From 855ef0dfcdbaeb751d1ce89540cf397292a32304 Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Fri, 14 Nov 2025 14:32:28 +0530 Subject: [PATCH] qa: Remove cephadm e2e tests from teuthology Earlier we dont have kcli to test cephadm based e2e tests and had to test them using sepia machines. Now these are running in CI using kcli hence removing from rados Fixes https://tracker.ceph.com/issues/73852 Signed-off-by: Afreen Misbah (cherry picked from commit c562dc8e69809fa6fadde269071c9439487fd085) --- qa/suites/rados/dashboard/tasks/e2e.yaml | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 qa/suites/rados/dashboard/tasks/e2e.yaml diff --git a/qa/suites/rados/dashboard/tasks/e2e.yaml b/qa/suites/rados/dashboard/tasks/e2e.yaml deleted file mode 100644 index d4343805dddf..000000000000 --- a/qa/suites/rados/dashboard/tasks/e2e.yaml +++ /dev/null @@ -1,30 +0,0 @@ -roles: -# 3 osd roles on host.a is required for cephadm task. It checks if the cluster is healthy. -# More daemons will be deployed on both hosts in e2e tests. -- - host.a - - osd.0 - - osd.1 - - osd.2 - - mon.a - - mgr.a - - client.0 -- - host.b - - client.1 -overrides: - ceph: - log-ignorelist: - - \(PG_DEGRADED\) -tasks: -- install: -- cephadm: -- ceph: - log-ignorelist: - - \(OSD_DOWN\) -- workunit: - clients: - client.1: - - cephadm/create_iscsi_disks.sh -- workunit: - clients: - client.0: - - cephadm/test_dashboard_e2e.sh -- 2.47.3