]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Remove cephadm e2e tests from teuthology 68818/head
authorAfreen Misbah <afreen@ibm.com>
Fri, 14 Nov 2025 09:02:28 +0000 (14:32 +0530)
committerAfreen Misbah <afreen@ibm.com>
Fri, 8 May 2026 09:44:51 +0000 (15:14 +0530)
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 <afreen@ibm.com>
(cherry picked from commit c562dc8e69809fa6fadde269071c9439487fd085)

qa/suites/rados/dashboard/tasks/e2e.yaml [deleted file]

diff --git a/qa/suites/rados/dashboard/tasks/e2e.yaml b/qa/suites/rados/dashboard/tasks/e2e.yaml
deleted file mode 100644 (file)
index d434380..0000000
+++ /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