]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
py3: make imports python2/3 compatible 1289/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 2 May 2019 13:45:25 +0000 (15:45 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 4 Jun 2019 14:10:58 +0000 (16:10 +0200)
commitae866630d2c33ad828733d2a63a24613f8aab417
tree6d5bb81cc6f2968c1a4e7f4d740e0431563f0518
parent2ede50a377bba71b136c4fbb2f73006b7096aed0
py3: make imports python2/3 compatible

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
72 files changed:
teuthology/__init__.py
teuthology/beanstalk.py
teuthology/contextutil.py
teuthology/kill.py
teuthology/lock/keys.py
teuthology/ls.py
teuthology/misc.py
teuthology/nuke/__init__.py
teuthology/nuke/actions.py
teuthology/orchestra/connection.py
teuthology/orchestra/console.py
teuthology/orchestra/remote.py
teuthology/orchestra/run.py
teuthology/orchestra/test/test_cluster.py
teuthology/orchestra/test/test_connection.py
teuthology/orchestra/test/test_console.py
teuthology/orchestra/test/test_opsys.py
teuthology/orchestra/test/test_remote.py
teuthology/orchestra/test/test_run.py
teuthology/packaging.py
teuthology/provision/__init__.py
teuthology/provision/downburst.py
teuthology/provision/fog.py
teuthology/provision/openstack.py
teuthology/repo_utils.py
teuthology/report.py
teuthology/results.py
teuthology/run.py
teuthology/run_tasks.py
teuthology/sentry.py
teuthology/suite/__init__.py
teuthology/suite/build_matrix.py
teuthology/suite/run.py
teuthology/suite/util.py
teuthology/task/ansible.py
teuthology/task/background_exec.py
teuthology/task/ceph_ansible.py
teuthology/task/cephmetrics.py
teuthology/task/clock.py
teuthology/task/console_log.py
teuthology/task/hadoop.py
teuthology/task/install/__init__.py
teuthology/task/install/deb.py
teuthology/task/install/rpm.py
teuthology/task/internal/__init__.py
teuthology/task/iscsi.py
teuthology/task/kernel.py
teuthology/task/lockfile.py
teuthology/task/parallel_example.py
teuthology/task/pcp.py
teuthology/task/proc_thrasher.py
teuthology/task/selinux.py
teuthology/task/ssh_keys.py
teuthology/test/task/test_ansible.py
teuthology/test/task/test_ceph_ansible.py
teuthology/test/task/test_console_log.py
teuthology/test/task/test_pcp.py
teuthology/test/test_config.py
teuthology/test/test_get_distro.py
teuthology/test/test_get_distro_version.py
teuthology/test/test_get_multi_machine_types.py
teuthology/test/test_job_status.py
teuthology/test/test_misc.py
teuthology/test/test_parallel.py
teuthology/test/test_repo_utils.py
teuthology/test/test_report.py
teuthology/test/test_results.py
teuthology/test/test_safepath.py
teuthology/test/test_schedule.py
teuthology/test/test_vps_os_vers_parameter_checking.py
teuthology/test/test_worker.py
teuthology/worker.py