]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: don't test certain workunits with agent 55600/head
authorAdam King <adking@redhat.com>
Thu, 15 Feb 2024 14:24:23 +0000 (09:24 -0500)
committerAdam King <adking@redhat.com>
Thu, 15 Feb 2024 14:30:40 +0000 (09:30 -0500)
commit7953fe1b3920c92c086c981bf4e3d2c41ea7e450
tree7ca536aff1df9eacaa5e5850ec9ea03d2f976b2b
parent74d93907be9a59e72bfcdfb93cbb7678f2b0bb99
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>
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]