Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 8f77f38

Browse files
authored
Merge pull request #183 from hypriot/fix-integration-tests
Fix integration tests for new versions
2 parents 80ab34d + 8cd8d1f commit 8f77f38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

builder/test-integration/spec/hypriotos-image/base/rpi3_wifi_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
describe command('ethtool -i wlan0') do
1111
its(:stdout) { should contain /driver: brcmfmac/ }
12-
its(:stdout) { should contain /version: 7.45.41.26/ }
13-
its(:stdout) { should contain /firmware-version: 01-df77e4a7/ }
12+
its(:stdout) { should contain /version: 7.45.41.46/ }
13+
its(:stdout) { should contain /firmware-version: 01-f8a78378/ }
1414
end
1515
end
1616
end

builder/test-integration/spec/hypriotos-image/cmdline_serial_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
it { should be_mode 755 }
44
it { should be_owned_by 'root' }
55
its(:content) { should match /console=tty1/ }
6-
its(:content) { should match /console=ttyAMA0,115200/ }
6+
its(:content) { should match /console=serial0,115200/ }
77
its(:content) { should match /kgdboc=ttyAMA0,115200/ }
88
end

builder/test-integration/spec/hypriotos-image/docker-compose_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
end
1212

1313
describe command('docker-compose --version') do
14-
its(:stdout) { should match /1.14.0/m }
14+
its(:stdout) { should match /1.16.1/m }
1515
its(:exit_status) { should eq 0 }
1616
end

0 commit comments

Comments
 (0)