Home
last modified time | relevance | path

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

/openbmc/qemu/tests/avocado/avocado_qemu/
H A Dlinuxtest.py164 def setUp(self, ssh_pubkey=None, network_device_type='virtio-net'): argument
174 if ssh_pubkey is None:
175 ssh_pubkey, self.ssh_key = self.set_up_existing_ssh_keys()
176 self.set_up_cloudinit(ssh_pubkey)
212 def prepare_cloudinit(self, ssh_pubkey=None): argument
217 if ssh_pubkey:
218 with open(ssh_pubkey) as pubkey:
235 def set_up_cloudinit(self, ssh_pubkey=None): argument
238 cloudinit_iso = self.prepare_cloudinit(ssh_pubkey)
/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py44 ssh_pubkey, self.ssh_key = self.set_up_existing_ssh_keys()
45 self.cloudinit_path = self.prepare_cloudinit(ssh_pubkey)