Home | History | Annotate | Download | only in chameleon

Lines Matching refs:remote

58                      remote server
72 remote server
83 @param args: arguments for the remote method.
84 @param kwargs: keyword arguments for the remote method.
86 @return: the result returned by the remote method.
121 @param ready_test_name: run this method on the remote server ot test
154 remote = 'http://%s:%s' % (self._hostname, self._port)
155 chameleond_proxy = xmlrpclib.ServerProxy(remote, allow_none=True)
176 remote server.
177 @param args: arguments for the remote method.
178 @param kwargs: keyword arguments for the remote method.
180 @return: the result returned by the remote method.
196 remote server