Functions | |
def | not_really_secure_channel (host, port, channel_credentials, server_host_override) |
def tests.unit.beta.test_utilities.not_really_secure_channel | ( | host, | |
port, | |||
channel_credentials, | |||
server_host_override | |||
) |
Creates an insecure Channel to a remote host. Args: host: The name of the remote host to which to connect. port: The port of the remote host to which to connect. channel_credentials: The implementations.ChannelCredentials with which to connect. server_host_override: The target name used for SSL host name checking. Returns: An implementations.Channel to the remote host through which RPCs may be conducted.
Definition at line 20 of file beta/test_utilities.py.