From bc3f72b518698133e2f34f81a0a16f1392e057fb Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 18 Jan 2022 12:49:30 +0000 Subject: [PATCH] Update kernel config test to latest Signed-off-by: Rolf Neugebauer --- test/cases/020_kernel/011_config_5.4.x/test.yml | 2 +- test/cases/020_kernel/013_config_5.10.x/test.yml | 2 +- test/cases/020_kernel/015_config_5.12.x/test.yml | 2 +- test/hack/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/cases/020_kernel/011_config_5.4.x/test.yml b/test/cases/020_kernel/011_config_5.4.x/test.yml index 573fc6ea3..8ca3b5c5c 100644 --- a/test/cases/020_kernel/011_config_5.4.x/test.yml +++ b/test/cases/020_kernel/011_config_5.4.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b + image: linuxkit/test-kernel-config:dca02848703c85d896907d63325883c058c1a9d7 - name: poweroff image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/013_config_5.10.x/test.yml b/test/cases/020_kernel/013_config_5.10.x/test.yml index 52fac9270..32e778115 100644 --- a/test/cases/020_kernel/013_config_5.10.x/test.yml +++ b/test/cases/020_kernel/013_config_5.10.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b + image: linuxkit/test-kernel-config:dca02848703c85d896907d63325883c058c1a9d7 - name: poweroff image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/015_config_5.12.x/test.yml b/test/cases/020_kernel/015_config_5.12.x/test.yml index 4c62d2ad1..e66b533b8 100644 --- a/test/cases/020_kernel/015_config_5.12.x/test.yml +++ b/test/cases/020_kernel/015_config_5.12.x/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b + image: linuxkit/test-kernel-config:dca02848703c85d896907d63325883c058c1a9d7 - name: poweroff image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/hack/test.yml b/test/hack/test.yml index 064bf78f9..357aa791b 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -12,7 +12,7 @@ onboot: image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b + image: linuxkit/test-kernel-config:dca02848703c85d896907d63325883c058c1a9d7 - name: poweroff image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "120"]