]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: in test_volumes.py, don't use deleted helper methods 54729/head
authorRishabh Dave <ridave@redhat.com>
Fri, 22 Mar 2024 17:05:06 +0000 (22:35 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 22 Mar 2024 17:05:06 +0000 (22:35 +0530)
commit741e6e1c3387605223821e89bdee39b182e297bd
tree87b12af0ef99c84580c653bc711bdb1b654e5da0
parent60fe8c74acd39aef6be2e4cb2ae6bbebd50f3b5c
qa/cephfs: in test_volumes.py, don't use deleted helper methods

_generate_random_group_name() and _generate_random_subvolume_name() were
deleted in one of the commit from this series of commits. And PR #54207
adds calls to these helper methods. This wasn't the case for the main
branch version of this series of commits. This is why this issue is
being fixed in Reef branch directly through a fresh/new commit instead
of backporting a commit.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_volumes.py