[PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message

Cleber Rosa posted 22 patches 5 years ago
There is a newer version of this series
[PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
Posted by Cleber Rosa 5 years ago
Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
 tests/acceptance/boot_linux.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):
-- 
2.25.4


Re: [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
Posted by Philippe Mathieu-Daudé 5 years ago
On 2/3/21 6:23 PM, Cleber Rosa wrote:
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/acceptance/boot_linux.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
Posted by Alex Bennée 5 years ago
Cleber Rosa <crosa@redhat.com> writes:

> Signed-off-by: Cleber Rosa <crosa@redhat.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée

Re: [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
Posted by Beraldo Leal 5 years ago
On Wed, Feb 03, 2021 at 12:23:36PM -0500, Cleber Rosa wrote:
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
>  tests/acceptance/boot_linux.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Beraldo Leal <bleal@redhat.com>