[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: add "expect" to containers used to run QEMU tests
commit 98a462f8b169f93ab7463023f0ed94575f8225b4 Author: Stefano Stabellini <stefano.stabellini@xxxxxxx> AuthorDate: Fri Aug 9 23:59:19 2024 -0700 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Mon Aug 12 15:20:30 2024 -0700 automation: add "expect" to containers used to run QEMU tests It will be used for QEMU tests. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> --- automation/build/debian/12-ppc64le.dockerfile | 1 + automation/build/debian/12-riscv64.dockerfile | 1 + automation/build/debian/bookworm-arm64v8.dockerfile | 1 + automation/build/debian/bookworm.dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/automation/build/debian/12-ppc64le.dockerfile b/automation/build/debian/12-ppc64le.dockerfile index 3b311e675e..1d5b486bb4 100644 --- a/automation/build/debian/12-ppc64le.dockerfile +++ b/automation/build/debian/12-ppc64le.dockerfile @@ -26,6 +26,7 @@ RUN <<EOF # Qemu for test phase qemu-system-ppc + expect ) apt-get -y --no-install-recommends install "${DEPS[@]}" diff --git a/automation/build/debian/12-riscv64.dockerfile b/automation/build/debian/12-riscv64.dockerfile index 03fd4b0305..8d7233d675 100644 --- a/automation/build/debian/12-riscv64.dockerfile +++ b/automation/build/debian/12-riscv64.dockerfile @@ -26,6 +26,7 @@ RUN <<EOF # Qemu for test phase qemu-system-riscv64 + expect ) apt-get -y --no-install-recommends install "${DEPS[@]}" diff --git a/automation/build/debian/bookworm-arm64v8.dockerfile b/automation/build/debian/bookworm-arm64v8.dockerfile index 11acc07bff..da8ae75125 100644 --- a/automation/build/debian/bookworm-arm64v8.dockerfile +++ b/automation/build/debian/bookworm-arm64v8.dockerfile @@ -48,6 +48,7 @@ RUN apt-get update && \ curl \ cpio \ busybox-static \ + expect \ && \ apt-get autoremove -y && \ apt-get clean && \ diff --git a/automation/build/debian/bookworm.dockerfile b/automation/build/debian/bookworm.dockerfile index db866fde30..3dd70cb6b2 100644 --- a/automation/build/debian/bookworm.dockerfile +++ b/automation/build/debian/bookworm.dockerfile @@ -45,6 +45,7 @@ RUN apt-get update && \ golang \ # for test phase, qemu-smoke-* jobs qemu-system-x86 \ + expect \ # for test phase, qemu-alpine-* jobs cpio \ busybox-static \ -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |