From: Dhairya Parmar Date: Tue, 16 Jan 2024 12:39:54 +0000 (+0530) Subject: qa: typo fixes in ceph_test_case docstrings X-Git-Tag: v19.3.0~172^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8d18011a82f3e69f5726827347f94b5953a84ce;p=ceph.git qa: typo fixes in ceph_test_case docstrings Signed-off-by: Dhairya Parmar --- diff --git a/qa/tasks/ceph_test_case.py b/qa/tasks/ceph_test_case.py index 877f79d06a3b..bbb9c4fb73e4 100644 --- a/qa/tasks/ceph_test_case.py +++ b/qa/tasks/ceph_test_case.py @@ -20,7 +20,7 @@ class RunCephCmd: def run_ceph_cmd(self, *args, **kwargs): """ *args and **kwargs must contain arguments that are accepted by - vstart_runner.LocalRemote._do_run() or teuhology.orchestra.run.run() + vstart_runner.LocalRemote._do_run() or teuthology.orchestra.run.run() methods. """ if kwargs.get('args') is None and args: @@ -32,7 +32,7 @@ class RunCephCmd: def get_ceph_cmd_result(self, *args, **kwargs): """ *args and **kwargs must contain arguments that are accepted by - vstart_runner.LocalRemote._do_run() or teuhology.orchestra.run.run() + vstart_runner.LocalRemote._do_run() or teuthology.orchestra.run.run() methods. """ if kwargs.get('args') is None and args: @@ -44,7 +44,7 @@ class RunCephCmd: def get_ceph_cmd_stdout(self, *args, **kwargs): """ *args and **kwargs must contain arguments that are accepted by - vstart_runner.LocalRemote._do_run() or teuhology.orchestra.run.run() + vstart_runner.LocalRemote._do_run() or teuthology.orchestra.run.run() methods. """ if kwargs.get('args') is None and args: @@ -94,7 +94,7 @@ class RunCephCmd: failure. *args and **kwargs must contain arguments that are accepted by - vstart_runner.LocalRemote._do_run() or teuhology.orchestra.run.run() + vstart_runner.LocalRemote._do_run() or teuthology.orchestra.run.run() methods. NOTE: errmsgs is expected to be a tuple, but in case there's only one