mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
tests/acceptance/boot_linux: fix typo on cloudinit error message
Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Beraldo Leal <bleal@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210203172357.1422425-2-crosa@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
ee6c14d016
commit
834736c9d1
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class BootLinuxBase(Test):
|
||||||
phone_home_port=self.phone_home_port,
|
phone_home_port=self.phone_home_port,
|
||||||
authorized_key=ssh_pubkey)
|
authorized_key=ssh_pubkey)
|
||||||
except Exception:
|
except Exception:
|
||||||
self.cancel('Failed to prepared cloudinit image')
|
self.cancel('Failed to prepare the cloudinit image')
|
||||||
return cloudinit_iso
|
return cloudinit_iso
|
||||||
|
|
||||||
class BootLinux(BootLinuxBase):
|
class BootLinux(BootLinuxBase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue