Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
startnow65 committed Feb 3, 2020
1 parent f917a5b commit f4a1eb9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
driver :
name : <%= if ENV['TRAVIS'] then 'localhost' else 'vagrant' end %>
box : "ubuntu/trusty64"
box : "ubuntu/bionic64"
customize :
cpus : 2
memory : 2048
Expand All @@ -28,4 +28,4 @@ platforms:
suites:
- name : default
provisioner :
playbook : "test/integration/defaults/defaults.yml"
playbook : "test/integration/defaults/defaults.yml"
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ group :development do
gem 'kitchen-vagrant'
gem 'kitchen-ansiblepush'
gem 'kitchen-localhost'
gem 'net-ssh', '~> 2.0'
end
gem 'net-ssh', '~> 4.0'
end
2 changes: 1 addition & 1 deletion test/integration/defaults/serverspec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

# Default version
describe command('docker --version') do
its(:stdout) { should contain('1.10') }
its(:stdout) { should contain('19.03.5') }
end
2 changes: 1 addition & 1 deletion test/integration/defaults/serverspec/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set :backend, :exec

# Default version
describe command('docker --version') do
its(:stdout) { should contain('1.9') }
its(:stdout) { should contain('19.03.5') }
end
2 changes: 1 addition & 1 deletion test/integration/docker-py/serverspec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

# Default version
describe command('docker --version') do
its(:stdout) { should contain('1.10') }
its(:stdout) { should contain('19.03.5') }
end

0 comments on commit f4a1eb9

Please sign in to comment.