Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py31 class RPMController(object): class
289 ssh.expect(RPMController.PASSWORD_PROMPT, timeout=60)
291 ssh.expect(RPMController.HYDRA_PROMPT)
292 ssh.sendline(RPMController.CLI_CMD)
293 cli_prompt_re = re.compile(RPMController.CLI_PROMPT)
294 cli_held_re = re.compile(RPMController.CLI_HELD)
301 ssh.sendline(RPMController.CLI_KILL_PREVIOUS)
302 ssh.expect(RPMController.CLI_PROMPT)
303 ssh.sendline(RPMController.PORT_STATUS_CMD)
307 ssh.expect(RPMController.CLI_PROMPT)
[all …]