Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_host_unittest.py153 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, port))
155 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, port))
157 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, port))
162 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, 9999))
163 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, '9999'))
164 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, 1234))
165 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, '1234'))
166 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, ' 1234 '))
167 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, '01234'))
168 self.assertTrue(servo_host._is_servo_host_information_exist(hostname, '01234'))
[all …]
Dservo_host.py1654 if not _is_servo_host_information_exist(servo_hostname, servo_port):
1743 def _is_servo_host_information_exist(hostname, port): function
1765 if not _is_servo_host_information_exist(hostname, port):