]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/cephfs: use StringIO for capturing str
authorKefu Chai <kchai@redhat.com>
Sat, 28 Mar 2020 11:10:03 +0000 (19:10 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 12:33:47 +0000 (20:33 +0800)
commitf10f86579684a0d1b8d99787b8e19709a64df7d6
tree0048745980497079b0d52ebccd37a70e018344a5
parentd7258ea7fdcd81d4a88028a25b32ed5b278d0752
qa/tasks/cephfs: use StringIO for capturing str

if we don't expect non-utf8 in stdout, use StringIO instead of BytesIO.

see also d8d44ed1566b19eec055e07da2a0fed88fed4152

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/cephfs/mount.py