Home
last modified time | relevance | path

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

/openbmc/qemu/tests/vm/
H A Dopenbsd108 self.console_send("%s\n" % self._config["root_pass"])
110 self.console_send("%s\n" % self._config["root_pass"])
117 self.console_send("%s\n" % self._config["guest_user"])
119 self.console_send("%s\n" % self._config["guest_user"])
121 self.console_send("%s\n" % self._config["guest_pass"])
123 self.console_send("%s\n" % self._config["guest_pass"])
181 self.console_send("echo 'chmod 666 /dev/rsd1c' >> /etc/rc.local\n")
185 self.console_send("sed -i -e '/home/s/rw,/rw,wxallowed,/' /etc/fstab\n")
189 self.console_send("sed -i -e 's/\\(datasize[^=]*\\)=[^:]*/\\1=infinity/' /etc/login.conf\n")
193 self.console_send("sed -i -e 's/https/http/' /etc/installurl\n")
H A Dnetbsd132 self.console_send("%s\n" % self._config["root_pass"])
134 self.console_send("%s\n" % self._config["root_pass"])
136 self.console_send("%s\n" % self._config["root_pass"])
140 self.console_send("%s\n" % self._config["guest_user"])
145 self.console_send("%s\n" % self._config["guest_pass"])
147 self.console_send("%s\n" % self._config["guest_pass"])
149 self.console_send("%s\n" % self._config["guest_pass"])
167 self.console_send("%s\n" % proxy)
193 self.console_send("echo 'chmod 666 /dev/rld1a' >> /etc/rc.local\n")
197 self.console_send("echo security.pax.mprotect.enabled=0 >> /etc/sysctl.conf\n")
H A Dfreebsd73 self.console_send("%s\n" % self._config["root_pass"])
75 self.console_send("%s\n" % self._config["root_pass"])
80 self.console_send("%s\n" % self._config["guest_user"])
82 self.console_send("%s\n" % self._config["guest_user"])
94 self.console_send("%s\n" % self._config["guest_pass"])
96 self.console_send("%s\n" % self._config["guest_pass"])
115 self.console_send("echo 'chmod 666 /dev/vtbd1' >> /etc/rc.local\n")
H A Dbasevm.py399 def console_send(self, command): member in BaseVM
411 self.console_send(command)
425 self.console_send("echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config\n")
427 self.console_send("echo 'UseDNS no' >> /etc/ssh/sshd_config\n")
430 self.console_send("echo 'AcceptEnv %s' >> /etc/ssh/sshd_config\n" % var)