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

Commit 29e62c0

Browse files
authored
Merge pull request #25 from docbobo/master
Fixed integration tests
2 parents 17c34a7 + 415af53 commit 29e62c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
describe command('dpkg -l docker-engine') do
88
its(:stdout) { should match /ii docker-engine/ }
9-
its(:stdout) { should match /17.03.0~ce-0~debian-jessie/ }
9+
its(:stdout) { should match /17.03.1~ce-0~debian-jessie/ }
1010
its(:exit_status) { should eq 0 }
1111
end
1212

@@ -79,13 +79,13 @@
7979
end
8080

8181
describe command('docker -v') do
82-
its(:stdout) { should match /Docker version 17.03.0-ce, build/ }
82+
its(:stdout) { should match /Docker version 17.03.1-ce, build/ }
8383
its(:exit_status) { should eq 0 }
8484
end
8585

8686
describe command('docker version') do
87-
its(:stdout) { should match /Client:. Version: 17.03.0-ce. API version: 1.26/m }
88-
its(:stdout) { should match /Server:. Version: 17.03.0-ce. API version: 1.26/m }
87+
its(:stdout) { should match /Client:. Version: 17.03.1-ce. API version: 1.27/m }
88+
its(:stdout) { should match /Server:. Version: 17.03.1-ce. API version: 1.27/m }
8989
its(:exit_status) { should eq 0 }
9090
end
9191

0 commit comments

Comments
 (0)