]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: use StringIO instead of BytesIO
authorRishabh Dave <ridave@redhat.com>
Tue, 19 Apr 2022 09:24:31 +0000 (14:54 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 27 Apr 2022 09:13:41 +0000 (14:43 +0530)
commit09d5e07d161c4f0d36b0e5624445e2e235826d2f
tree574d2aebaa41294c74396ca25cebfdc9353e3f94
parent1423f959e89b2c738779168446b9124102fa98c9
qa/cephfs: use StringIO instead of BytesIO

StringIO can be operated on without extra hassles of converting. So
replace BytesIO by StringIO in test_acls.py and xfstests_dev.py

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