2017-10-24 18:01:05 +00:00
|
|
|
# This file is only used for running the test suite with kitchen-salt.
|
|
|
|
|
2017-10-12 19:37:24 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
gem "test-kitchen"
|
2017-10-25 17:15:17 +00:00
|
|
|
gem "kitchen-salt", :git => 'https://github.com/saltstack/kitchen-salt.git'
|
2017-10-12 19:37:24 +00:00
|
|
|
gem 'git'
|
|
|
|
|
2017-10-16 16:23:07 +00:00
|
|
|
group :docker do
|
|
|
|
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
|
|
|
|
end
|
|
|
|
|
|
|
|
group :opennebula do
|
|
|
|
gem 'kitchen-opennebula', :git => 'https://github.com/gtmanfred/kitchen-opennebula.git'
|
|
|
|
gem 'xmlrpc'
|
|
|
|
end
|
|
|
|
|
2017-10-12 19:37:24 +00:00
|
|
|
group :windows do
|
|
|
|
gem 'vagrant-wrapper'
|
|
|
|
gem 'kitchen-vagrant'
|
|
|
|
gem 'winrm', '~>2.0'
|
|
|
|
gem 'winrm-fs', '~>1.0'
|
|
|
|
end
|