]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: don't test certain workunits with agent 55555/head
authorAdam King <adking@redhat.com>
Thu, 15 Feb 2024 14:24:23 +0000 (09:24 -0500)
committerAdam King <adking@redhat.com>
Mon, 11 Mar 2024 05:39:59 +0000 (01:39 -0400)
commit1cd6c5a4158a495919615411024afa5ac0ddf021
tree480f6f520bebc1089e5c85f147f09555b30cd5b0
parent27e53c48c9c7a645ed9fd341f63ba627827688e4
qa/cephadm: don't test certain workunits with agent

There are a handful of workunits that don't work
with or don't make sense with the agent.
The test for the cephadm timeout only works if
the mgr directly runs ceph-volume inventory which
it won't do with the agent present. The adoption
test is just running direct cephadm commands that
are irrelevant to the agent. The test_orch_cli tests
rely on refresh timings that are different with
the agent running, causing spurious failures.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 7953fe1b3920c92c086c981bf4e3d2c41ea7e450)
12 files changed:
qa/suites/orch/cephadm/no-agent-workunits/% [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/.qa [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/0-distro [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/mon_election [new symlink]
qa/suites/orch/cephadm/no-agent-workunits/task/test_adoption.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_orch_cli.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/no-agent-workunits/task/test_orch_cli_mon.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_adoption.yaml [deleted file]
qa/suites/orch/cephadm/workunits/task/test_cephadm_timeout.yaml [deleted file]
qa/suites/orch/cephadm/workunits/task/test_orch_cli.yaml [deleted file]
qa/suites/orch/cephadm/workunits/task/test_orch_cli_mon.yaml [deleted file]