]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: Added workunit test for orch cli mon 48320/head
authorKamoltat <ksirivad@redhat.com>
Fri, 11 Feb 2022 19:01:29 +0000 (19:01 +0000)
committerKamoltat <ksirivad@redhat.com>
Fri, 7 Oct 2022 15:11:37 +0000 (15:11 +0000)
commit8bcee4cfff8905c5f3aa7dde53b40476818997ca
tree8eee4b6741feb26082e5f41271e9a878aca08699
parent03271171b5378b5d59ec5af9850f55f2050323d0
qa/cephadm: Added workunit test for orch cli mon

Added a test where we have 5 MONs on
5 different hosts and try to reduce
the number of MONs from 5 to 3 using
the command ``ceph orch apply mon 3``.

Also,increasing the number of MONs from
 3 to 5 using the command:
``ceph orch apply mon 5``.

Evaluating the correctness of the commands
and inspecting if there are crashes.

This test was motivated by the bug:
https://tracker.ceph.com/issues/50089

Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked from commit 24e48f9425097bd01167bd5f1b3edbbc7e9f9bc1)
qa/suites/orch/cephadm/workunits/task/test_orch_cli_mon.yaml [new file with mode: 0644]
qa/tasks/cephadm_cases/test_cli_mon.py [new file with mode: 0644]