2017-10-24 18:01:05 +00:00
|
|
|
# This file is only used for running the test suite with kitchen-salt.
|
|
|
|
|
2017-11-14 18:01:17 +00:00
|
|
|
source 'https://rubygems.org'
|
2017-10-12 19:37:24 +00:00
|
|
|
|
2019-08-12 15:57:22 +00:00
|
|
|
# Point this back at the test-kitchen package after >1.2.5 is relased
|
2019-08-11 23:12:14 +00:00
|
|
|
gem 'test-kitchen', :git => 'https://github.com/dwoz/test-kitchen.git', :branch => 'keepalive_maxcount'
|
2019-02-21 19:23:51 +00:00
|
|
|
gem 'kitchen-salt', :git => 'https://github.com/s0undt3ch/kitchen-salt.git', :branch => 'features/nox'
|
2017-11-14 18:39:44 +00:00
|
|
|
gem 'kitchen-sync'
|
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
|
|
|
|
|
2017-10-12 19:37:24 +00:00
|
|
|
group :windows do
|
|
|
|
gem 'winrm', '~>2.0'
|
2019-02-22 14:58:35 +00:00
|
|
|
# gem 'winrm-fs', '~>1.3.1'
|
|
|
|
gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci'
|
2017-10-12 19:37:24 +00:00
|
|
|
end
|
2017-12-20 16:21:23 +00:00
|
|
|
|
|
|
|
group :ec2 do
|
|
|
|
gem 'kitchen-ec2'
|
|
|
|
end
|
2018-10-03 18:41:15 +00:00
|
|
|
|
|
|
|
group :vagrant do
|
|
|
|
gem 'vagrant-wrapper'
|
|
|
|
gem 'kitchen-vagrant'
|
|
|
|
end
|