File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
builder/test-integration/spec/hypriotos-image/base Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.66 -hypriotos-v8/ }
4+ its ( :stdout ) { should match /4.9.69 -hypriotos-v8/ }
55 its ( :exit_status ) { should eq 0 }
66end
77
8- describe file ( '/lib/modules/4.9.66 -hypriotos-v8/kernel' ) do
8+ describe file ( '/lib/modules/4.9.69 -hypriotos-v8/kernel' ) do
99 it { should be_directory }
1010end
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1
99
1010# specific versions of kernel/firmware and docker tools
1111export BOOTLOADER_BUILD="20171216-171651"
12- export KERNEL_BUILD="20171203-204525 "
13- export KERNEL_VERSION="4.9.66 "
12+ export KERNEL_BUILD="20171216-172054 "
13+ export KERNEL_VERSION="4.9.69 "
1414export DOCKER_ENGINE_VERSION="17.11.0~ce"
1515export DOCKER_COMPOSE_VERSION="1.17.1"
1616export DOCKER_MACHINE_VERSION="0.13.0"
You can’t perform that action at this time.
0 commit comments