Home | History | Annotate | Download | only in tendo

Lines Matching refs:host

26 def confirm_peerd_up(service_name=SERVICE_NAME, timeout_seconds=10, host=None):
33 @param host: Host object if peerd is running on a remote host.
40 'Ping', host=host, tolerate_failures=True)
63 def restart_with_config(self, host=None, timeout_seconds=10):
66 @param host: Host object if peerd is running on a remote host.
71 run = utils.run if host is None else host.run
83 host=host)