]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: fix multi-fs tests in test_mds_metrics.py 62842/head
authorJos Collin <jcollin@redhat.com>
Fri, 11 Apr 2025 06:08:20 +0000 (11:38 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 17 Jun 2025 12:14:49 +0000 (17:44 +0530)
commiteaf2a8360d0d70b20d5ea61022fdde4f6a9b6464
tree9521a58e2947a8951177452a701da86e0b3c051f
parent95ca3c553ee0353d6ddc7b4c3f11c14830ea1207
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>
qa/tasks/cephfs/test_mds_metrics.py