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:
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:
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:
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