Searched refs:RPMController (Results 1 – 1 of 1) sorted by relevance
31 class RPMController(object): class289 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 …]