]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 7 Apr 2020 13:51:23 +0000 (21:51 +0800)
commitb1726bfb08f7a408b37f6c6d1d7dc80eae0d6423
treef02b6881d3d8e8821d6ea5ad3f4c2bb617e77a6e
parent6ad2ca9767fde8d6c8ce68035f34f93a4594fd4a
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>
qa/tasks/tempest.py