File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
builder/test-integration/spec/hypriotos-image/base Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ ENV HYPRIOT_OS_VERSION=v1.2.6 \
77# artifacts remotely is enabled to validate downloaded remote artifacts
88ENV FETCH_MISSING_ARTIFACTS=true \
99 ROOT_FS_ARTIFACT=rootfs-arm64-debian-$HYPRIOT_OS_VERSION.tar.gz \
10- KERNEL_ARTIFACT=4.9.80 -hypriotos-v8.tar.gz \
10+ KERNEL_ARTIFACT=4.14.37 -hypriotos-v8.tar.gz \
1111 BOOTLOADER_ARTIFACT=rpi-bootloader.tar.gz \
1212 RAW_IMAGE_ARTIFACT=rpi-raw.img.zip \
1313 DOCKER_ENGINE_VERSION="18.04.0~ce~3" \
1414 DOCKER_COMPOSE_VERSION="1.21.1" \
1515 DOCKER_MACHINE_VERSION="0.14.0" \
16- KERNEL_VERSION="4.9.80 " \
16+ KERNEL_VERSION="4.14.37 " \
1717 ROOTFS_TAR_CHECKSUM="737c914f5d457772072cba8a647b31b564bcb2e896870e087f5ed6ccbcc9a1e9" \
1818 RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1c2c6" \
1919 BOOTLOADER_BUILD="20180320-071222" \
20- KERNEL_BUILD="20180426-171616 "
20+ KERNEL_BUILD="20180429-164134 "
2121
2222RUN apt-get update && \
2323 DEBIAN_FRONTEND=noninteractive apt-get install -y \
Original file line number Diff line number Diff line change 11require 'spec_helper'
22
33describe command ( 'uname -r' ) do
4- its ( :stdout ) { should match /4.9.80 -hypriotos-v8/ }
4+ its ( :stdout ) { should match /4.14.37 -hypriotos-v8/ }
55 its ( :exit_status ) { should eq 0 }
66end
77
8- describe file ( '/lib/modules/4.9.80 -hypriotos-v8/kernel' ) do
8+ describe file ( '/lib/modules/4.14.37 -hypriotos-v8/kernel' ) do
99 it { should be_directory }
1010end
You can’t perform that action at this time.
0 commit comments