]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/tempest.py: use configparser from six.moves
authorKefu Chai <kchai@redhat.com>
Mon, 6 Apr 2020 07:18:51 +0000 (15:18 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 11:56:59 +0000 (19:56 +0800)
commit545b7e81a6200a0fa68d7821ac9b85017bce6940
tree45ddcf30b9e2c8061fdf4bae5773dcf00e32c556
parent481540a7d5d98117317c37069a952fddcb1b5e37
qa/tasks/tempest.py: use configparser from six.moves

as ConfigParser is offerd by `configparser` module in Python3, so use
six.moves before the migration.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b1726bfb08f7a408b37f6c6d1d7dc80eae0d6423)
qa/tasks/tempest.py