]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: don't test certain workunits with agent 55821/head
authorAdam King <adking@redhat.com>
Thu, 15 Feb 2024 14:24:23 +0000 (09:24 -0500)
committerAdam King <adking@redhat.com>
Wed, 28 Feb 2024 19:35:00 +0000 (14:35 -0500)
commitda8de601baef1e2918f7a33dc30c43a26385f0bd
tree9dcc04fe01ff21e5e65e337ba530872662a290a7
parentcc1396e6f221f3a94f5ff00e8fdbf53d84aece22
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]