Home
last modified time | relevance | path

Searched refs:command_port (Results 1 – 2 of 2) sorted by relevance

/test/vts/utils/python/mirror/
Dmirror_tracker.py154 command_port=self._host_command_port,
223 command_port=self._host_command_port,
276 command_port=self._host_command_port,
339 command_port=self._host_command_port,
390 client.Connect(command_port=self._host_command_port)
419 client.Connect(command_port=self._host_command_port)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py118 command_port=TARGET_PORT, argument
140 if not command_port:
142 ip, command_port, callback_port)
149 (ip, command_port), timeout=connection_timeout)
157 "Couldn't connect to %s:%s" % (ip, command_port))