From: Cleber Rosa Date: Wed, 3 Feb 2021 17:23:36 +0000 (-0500) Subject: tests/acceptance/boot_linux: fix typo on cloudinit error message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=834736c9d1fa5623bd600b46c36cc6c46e7cefe1;p=qemu.git tests/acceptance/boot_linux: fix typo on cloudinit error message Signed-off-by: Cleber Rosa Reviewed-by: Alex Bennée Reviewed-by: Beraldo Leal Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20210203172357.1422425-2-crosa@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/tests/acceptance/boot_linux.py b/tests/acceptance/boot_linux.py index 1da4a53d6a..2ac3e57587 100644 --- a/tests/acceptance/boot_linux.py +++ b/tests/acceptance/boot_linux.py @@ -70,7 +70,7 @@ class BootLinuxBase(Test): phone_home_port=self.phone_home_port, authorized_key=ssh_pubkey) except Exception: - self.cancel('Failed to prepared cloudinit image') + self.cancel('Failed to prepare the cloudinit image') return cloudinit_iso class BootLinux(BootLinuxBase):