]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix multi-fs tests in test_mds_metrics.py 64340/head
authorJos Collin <jcollin@redhat.com>
Fri, 11 Apr 2025 06:08:20 +0000 (11:38 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 3 Jul 2025 13:06:38 +0000 (18:36 +0530)
commit8407c852409201700c44593f46b90993b0122fd9
tree684b472429f8b3864dca5497e10542d10c0b9980
parentffbe1161185819233c1ac3bd7318ecb52063537b
qa: fix multi-fs tests in test_mds_metrics.py

* Avoids the unnecessary setup, when writing a multi-fs test.
  Avoids creating the default filesystem, deleting it and creating the required filesystems, mounting them.
  This change uses the filesystems created using 'REQUIRE_BACKUP_FILESYSTEM' for conducting tests.
* This change consequently fixes the old/deleted filesystems appearing in the `perf stats` output,
  making it stale output.
* Drops unused function parameters.

Fixes: https://tracker.ceph.com/issues/68001
Fixes: https://tracker.ceph.com/issues/68446
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit eaf2a8360d0d70b20d5ea61022fdde4f6a9b6464)
qa/tasks/cephfs/test_mds_metrics.py