]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs/caps_helper: fix a bug in methods that generate cap string
authorRishabh Dave <ridave@redhat.com>
Fri, 7 Apr 2023 15:13:46 +0000 (20:43 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 18 Apr 2023 10:58:03 +0000 (16:28 +0530)
commit64e3dd7e62cddb6364a95a8d47f42b8a6ee1ef4f
tree91822e5751bdb86b4a27637219805f8e77ad0205
parent018cd41da9e592f3cadd4cf7f76ac57a8f7ec129
qa/cephfs/caps_helper: fix a bug in methods that generate cap string

The tuple was not meant to be passed as a whole but its individual
members are to be passed as a list of positional arguments.

Introduced-by: 87025d15858aa88b22afa9702511ccc7120f8b0b
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/caps_helper.py