Home
last modified time | relevance | path

Searched refs:automation_port (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/rohdeschwarz_lib/
Dcontest_test.py40 automation_port = 5555
54 automation_port=automation_port,
66 s.connect((self.LOCAL_HOST_IP, automation_port))
170 automation_port=None,
211 automation_port=None,
253 automation_port=None,
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py53 automation_port, dut_on_func, dut_off_func, ftp_usr, ftp_pwd): argument
90 if automation_listen_ip and automation_port:
91 self.start_automation_server(automation_port, automation_listen_ip,
94 def start_automation_server(self, automation_port, automation_listen_ip, argument
114 AutomationServer(self.log, automation_port, automation_listen_ip,
/tools/test/connectivity/acts_tests/tests/google/gnss/
DAGNSSPerformanceTest.py76 automation_port = self.user_params[self.AUTOMATION_PORT_KEY]
88 automation_port=automation_port,