]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: s/string.uppercase/string.ascii_uppercase/
authorKefu Chai <kchai@redhat.com>
Mon, 27 Apr 2020 09:31:12 +0000 (17:31 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 11:57:00 +0000 (19:57 +0800)
commitd6934d61183f8145784c5243bd0d68d610f67edd
tree3f9a62f77506c2d5eb34498addda525053139e12
parent5737b1fb3f5f8f3d90668cdd476b6a949df03930
qa/tasks: s/string.uppercase/string.ascii_uppercase/

`string.uppercase` is renamed to `string.ascii_uppercase` in Python2
and Python3. so let's update accordingly.

this change is not cherry-picked from master, as the modified file does
not exist in master anymore.

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