]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: Added workunit test for orch cli mon 48321/head
authorKamoltat <ksirivad@redhat.com>
Fri, 11 Feb 2022 19:01:29 +0000 (19:01 +0000)
committerKamoltat <ksirivad@redhat.com>
Fri, 30 Sep 2022 20:56:51 +0000 (20:56 +0000)
commitd1a4a27c066df8628548596163c186a670e3d699
tree7119d5911f57e563edd351169549491178d4ecfc
parent7288e2b719f7a3db9f16f644afa99a16d60f6e8e
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]