]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks: logger.warn() -> logger.warning()
authorMichael Fritch <mfritch@suse.com>
Wed, 13 May 2020 23:16:17 +0000 (17:16 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 13 May 2020 23:18:13 +0000 (17:18 -0600)
commit44bcee8d1a637b1429a0c9576397f70f0a660ec2
tree85b7050a57730d8129de052412b60832d5dc127e
parentac0737555a4dd80f5219065e964ece4bf8dee3fc
qa/tasks: logger.warn() -> logger.warning()

logger.warn() is the same as logger.warning(), but was removed in py3.3

Signed-off-by: Michael Fritch <mfritch@suse.com>
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/fuse_mount.py
qa/tasks/cephfs/mount.py
qa/tasks/cephfs/test_full.py
qa/tasks/kclient.py
qa/tasks/thrashosds.py
qa/tasks/vstart_runner.py