Searched refs:CMD_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
194 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_TIMEOUT241 self.DEVICE, timeout=sut.CMD_TIMEOUT).AndRaise(exception)262 mock_ssh.expect(matcher, timeout=sut.CMD_TIMEOUT).AndRaise(exception)
780 CMD_TIMEOUT = 30 variable in CiscoPOEController855 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)
23 #define CMD_TIMEOUT 0x000B macro