Lines Matching full:encode
29 self.session.expect([".+".encode(), pexpect.TIMEOUT], timeout=5)
34 self.session.sendline("obmcutil -w {}".format(cmd).encode())
74 self.getty = "login: ".encode()
75 self.shell = "# ".encode()
88 self.entity.console.credentials.username.encode()
90 self.session.expect("Password: ".encode())
92 self.entity.console.credentials.password.encode()
99 "Hit any key to stop autoboot:".encode(), timeout=None
126 self.shell = "/? *#".encode()
127 self.petitboot = "Petitboot".encode()
141 self.session.expect("password:".encode())
143 self.entity.console.credentials.password.encode()
161 self.session.sendline("reboot".encode())
163 "INIT: Waiting for kernel...".encode(), timeout=None
165 self.session.expect("Petitboot".encode(), timeout=None)