[PATCH TEST-ARTEFACTS] (Re)add python3 to alpine rootfs

Andrew Cooper posted 1 patch 7 months ago
Failed in applying to current master (apply log)
scripts/alpine-rootfs.sh | 3 +++
1 file changed, 3 insertions(+)
[PATCH TEST-ARTEFACTS] (Re)add python3 to alpine rootfs
Posted by Andrew Cooper 7 months ago
XTF uses python, and we're looking to reintroduce XTF testing to Xen.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
 scripts/alpine-rootfs.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/alpine-rootfs.sh b/scripts/alpine-rootfs.sh
index c304e2ebfbd9..c999b89dbcd8 100755
--- a/scripts/alpine-rootfs.sh
+++ b/scripts/alpine-rootfs.sh
@@ -22,6 +22,9 @@ PKGS=(
     xz
     yajl
 
+    # Xen Test Framework
+    python3
+
     # QEMU
     glib
     libaio
-- 
2.39.5


Re: [PATCH TEST-ARTEFACTS] (Re)add python3 to alpine rootfs
Posted by Stefano Stabellini 7 months ago
On Tue, 20 May 2025, Andrew Cooper wrote:
> XTF uses python, and we're looking to reintroduce XTF testing to Xen.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> ---
>  scripts/alpine-rootfs.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/alpine-rootfs.sh b/scripts/alpine-rootfs.sh
> index c304e2ebfbd9..c999b89dbcd8 100755
> --- a/scripts/alpine-rootfs.sh
> +++ b/scripts/alpine-rootfs.sh
> @@ -22,6 +22,9 @@ PKGS=(
>      xz
>      yajl
>  
> +    # Xen Test Framework
> +    python3
> +
>      # QEMU
>      glib
>      libaio
> -- 
> 2.39.5
>