Searched refs:RPMController (Results 1 – 1 of 1) sorted by relevance
31 class RPMController(object): class292 ssh.expect(RPMController.PASSWORD_PROMPT, timeout=60)294 ssh.expect(RPMController.HYDRA_PROMPT)295 ssh.sendline(RPMController.CLI_CMD)296 cli_prompt_re = re.compile(RPMController.CLI_PROMPT)297 cli_held_re = re.compile(RPMController.CLI_HELD)304 ssh.sendline(RPMController.CLI_KILL_PREVIOUS)305 ssh.expect(RPMController.CLI_PROMPT)306 ssh.sendline(RPMController.PORT_STATUS_CMD)310 ssh.expect(RPMController.CLI_PROMPT)[all …]