Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py767 POE_USERNAME_PROMPT = 'User Name:' variable in CiscoPOEController
822 ssh.expect(self.POE_USERNAME_PROMPT, timeout=self.LOGIN_TIMEOUT)
Drpm_controller_unittest.py175 mock_ssh.expect(sut.POE_USERNAME_PROMPT, timeout=sut.LOGIN_TIMEOUT)