]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: add "expect" to containers used to run QEMU tests
authorStefano Stabellini <stefano.stabellini@amd.com>
Sat, 10 Aug 2024 06:59:19 +0000 (23:59 -0700)
committerStefano Stabellini <stefano.stabellini@amd.com>
Mon, 12 Aug 2024 22:20:30 +0000 (15:20 -0700)
It will be used for QEMU tests.

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
automation/build/debian/12-ppc64le.dockerfile
automation/build/debian/12-riscv64.dockerfile
automation/build/debian/bookworm-arm64v8.dockerfile
automation/build/debian/bookworm.dockerfile

index 3b311e675ef57c7fffa002ec3436b1b7ba008808..1d5b486bb47f93922899b0a94c72b804161ecadd 100644 (file)
@@ -26,6 +26,7 @@ RUN <<EOF
 
         # Qemu for test phase
         qemu-system-ppc
+        expect
     )
 
     apt-get -y --no-install-recommends install "${DEPS[@]}"
index 03fd4b03059b151e22c6b9ba30c7bee5b96b9102..8d7233d6757d1228dd101603ce0f78d5a1bddbc3 100644 (file)
@@ -26,6 +26,7 @@ RUN <<EOF
 
         # Qemu for test phase
         qemu-system-riscv64
+        expect
     )
 
     apt-get -y --no-install-recommends install "${DEPS[@]}"
index 11acc07bff0e70dc98723f8057e2d75cf74d7d64..da8ae7512589dc21c855401bbc2cb00b887f6f26 100644 (file)
@@ -48,6 +48,7 @@ RUN apt-get update && \
         curl \
         cpio \
         busybox-static \
+        expect \
         && \
         apt-get autoremove -y && \
         apt-get clean && \
index db866fde3074e78223f3311b5dcc71957c041a7d..3dd70cb6b2e3aeb1dd4ac2e61eb21c278e2ac73f 100644 (file)
@@ -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 \