diff mbox series

[v2,3/6] travis.yml: install rpm2cpio for acceptance tests

Message ID 1580914565-19675-4-git-send-email-liam.merwick@oracle.com (mailing list archive)
State New, archived
Headers show
Series tests/boot_linux_console: add extra boot acceptance tests | expand

Commit Message

Liam Merwick Feb. 5, 2020, 2:56 p.m. UTC
The extract_from_rpm() method added for the PVH acceptance tests needs
rpm2cpio to extract a vmlinux binary from an RPM.

Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé Feb. 6, 2020, 2:27 p.m. UTC | #1
On 2/5/20 3:56 PM, Liam Merwick wrote:
> The extract_from_rpm() method added for the PVH acceptance tests needs
> rpm2cpio to extract a vmlinux binary from an RPM.
> 
> Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
>   .travis.yml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 3b35b7cf04d3..59773365823e 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -323,6 +323,7 @@ matrix:
>               - python3-pil
>               - python3-pip
>               - python3.5-venv
> +            - rpm2cpio
>               - tesseract-ocr
>               - tesseract-ocr-eng
>   
> 

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

Patch

diff --git a/.travis.yml b/.travis.yml
index 3b35b7cf04d3..59773365823e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -323,6 +323,7 @@  matrix:
             - python3-pil
             - python3-pip
             - python3.5-venv
+            - rpm2cpio
             - tesseract-ocr
             - tesseract-ocr-eng