]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: typo fixes in ceph_test_case docstrings 55192/head
authorDhairya Parmar <dparmar@redhat.com>
Tue, 16 Jan 2024 12:39:54 +0000 (18:09 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 16 Jan 2024 12:39:54 +0000 (18:09 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/tasks/ceph_test_case.py

index 877f79d06a3b35f79a132d72f2915b4d6563399c..bbb9c4fb73e4f409d7835d24651e57285b762336 100644 (file)
@@ -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