]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
tests: Rename setup() and teardown() methods
authorZack Cerza <zack@redhat.com>
Fri, 20 Jan 2023 18:59:59 +0000 (11:59 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 20 Jan 2023 23:13:48 +0000 (16:13 -0700)
commit87ca78084c77ed1ca03c5be37ada461c29034f41
tree5e8a33f7d12cf8808e77d4905d172252d4f7bb46
parenta106217a990efa3b5af540d3cef712047f7b1d2a
tests: Rename setup() and teardown() methods

These were nose methods, and pytest is dropping support for them.

Signed-off-by: Zack Cerza <zack@redhat.com>
45 files changed:
teuthology/dispatcher/test/test_reimage_error_mark_machine_down.py
teuthology/openstack/test/openstack-integration.py
teuthology/openstack/test/test_config.py
teuthology/openstack/test/test_openstack.py
teuthology/orchestra/test/integration/test_integration.py
teuthology/orchestra/test/test_cluster.py
teuthology/orchestra/test/test_connection.py
teuthology/orchestra/test/test_console.py
teuthology/orchestra/test/test_remote.py
teuthology/orchestra/test/test_run.py
teuthology/provision/cloud/test/test_base.py
teuthology/provision/cloud/test/test_cloud_init.py
teuthology/provision/cloud/test/test_cloud_util.py
teuthology/provision/cloud/test/test_openstack.py
teuthology/provision/test/test_downburst.py
teuthology/provision/test/test_fog.py
teuthology/provision/test/test_init_provision.py
teuthology/provision/test/test_pelagos.py
teuthology/suite/test/test_build_matrix.py
teuthology/suite/test/test_merge.py
teuthology/suite/test/test_run_.py
teuthology/suite/test/test_util.py
teuthology/task/tests/test_fetch_coredumps.py
teuthology/test/integration/test_suite.py
teuthology/test/task/__init__.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_internal.py
teuthology/test/task/test_kernel.py
teuthology/test/task/test_pcp.py
teuthology/test/task/test_selinux.py
teuthology/test/test_config.py
teuthology/test/test_contextutil.py
teuthology/test/test_describe_tests.py
teuthology/test/test_email_sleep_before_teardown.py
teuthology/test/test_exit.py
teuthology/test/test_get_distro.py
teuthology/test/test_get_distro_version.py
teuthology/test/test_misc.py
teuthology/test/test_packaging.py
teuthology/test/test_report.py
teuthology/test/test_results.py
teuthology/test/test_vps_os_vers_parameter_checking.py
teuthology/test/test_worker.py