projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6c14d
)
tests/acceptance/boot_linux: fix typo on cloudinit error message
author
Cleber Rosa
<crosa@redhat.com>
Wed, 3 Feb 2021 17:23:36 +0000
(12:23 -0500)
committer
Philippe Mathieu-Daudé
<philmd@redhat.com>
Mon, 8 Feb 2021 16:22:36 +0000
(17:22 +0100)
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>
tests/acceptance/boot_linux.py
patch
|
blob
|
history
diff --git
a/tests/acceptance/boot_linux.py
b/tests/acceptance/boot_linux.py
index 1da4a53d6a1f7bc0d2fa8ebcd974e0dbd93a6d5a..2ac3e575874ec3f0e5daad0bb44259ed80567006 100644
(file)
--- 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 prepare
d
cloudinit image')
+ self.cancel('Failed to prepare
the
cloudinit image')
return cloudinit_iso
class BootLinux(BootLinuxBase):