diff options
author | Cleber Rosa <crosa@redhat.com> | 2021-02-03 12:23:36 -0500 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-02-08 17:22:36 +0100 |
commit | 834736c9d1fa5623bd600b46c36cc6c46e7cefe1 (patch) | |
tree | fec8a545524e9eaa61949e165169f0aa8cb4d703 /tests/acceptance | |
parent | ee6c14d0166c9a2fa2bf849d8e09fffdda4de31f (diff) |
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>
Diffstat (limited to 'tests/acceptance')
-rw-r--r-- | tests/acceptance/boot_linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |