Searched refs:is_servo_host_information_valid (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/hosts/ |
D | servo_host_unittest.py | 95 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 97 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 99 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 101 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 103 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 105 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, 7000)) 106 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, 1234)) 107 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, 1)) 108 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, 15000)) 110 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, '7000')) [all …]
|
D | servo_host.py | 1659 if not is_servo_host_information_valid(servo_hostname, servo_port): 1757 def is_servo_host_information_valid(hostname, port): function
|