Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_controller_unittest.py194 mock_ssh.expect(sut.config_prompt, timeout=sut.CMD_TIMEOUT)
196 mock_ssh.expect(sut.config_if_prompt, timeout=sut.CMD_TIMEOUT)
201 mock_ssh.expect(sut.poe_prompt, timeout=sut.CMD_TIMEOUT)
213 timeout = sut.CMD_TIMEOUT
241 self.DEVICE, timeout=sut.CMD_TIMEOUT).AndRaise(exception)
262 mock_ssh.expect(matcher, timeout=sut.CMD_TIMEOUT).AndRaise(exception)
Drpm_controller.py780 CMD_TIMEOUT = 30 variable in CiscoPOEController
855 ssh.expect(self.config_prompt, timeout=self.CMD_TIMEOUT)
858 ssh.expect(self.config_if_prompt, timeout=self.CMD_TIMEOUT)
880 ssh.expect(self.poe_prompt, timeout=self.CMD_TIMEOUT)
914 ssh.expect(state_matcher, timeout=self.CMD_TIMEOUT)
/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h23 #define CMD_TIMEOUT 0x000B macro