Merge pull request #25 from aboe76/fix_travis
update kitchen.yml and Gemfile
This commit is contained in:
commit
f5c2acbd3a
15
.kitchen.yml
15
.kitchen.yml
@ -10,8 +10,17 @@ driver_config:
|
|||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: debian-9
|
- name: debian-9
|
||||||
|
driver_config:
|
||||||
|
provision_command:
|
||||||
|
- apt-get install udev net-tools -y
|
||||||
- name: ubuntu-18.04
|
- name: ubuntu-18.04
|
||||||
|
driver_config:
|
||||||
|
provision_command:
|
||||||
|
- apt-get install udev net-tools -y
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
|
driver_config:
|
||||||
|
provision_command:
|
||||||
|
- yum install udev net-tools -y
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: salt_solo
|
name: salt_solo
|
||||||
@ -32,9 +41,9 @@ provisioner:
|
|||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: inspec
|
name: inspec
|
||||||
sudo: false
|
sudo: true
|
||||||
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
reporter:
|
||||||
reporter: cli
|
- cli
|
||||||
inspec_tests:
|
inspec_tests:
|
||||||
- path: test/integration/default
|
- path: test/integration/default
|
||||||
|
|
||||||
|
4
Gemfile
4
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "test-kitchen", '>=1.20.0'
|
gem "test-kitchen", '>=1.23.2'
|
||||||
gem "kitchen-docker"
|
gem "kitchen-docker"
|
||||||
gem "kitchen-salt", ">=0.1.0"
|
gem "kitchen-salt", ">=0.2.5"
|
||||||
gem "kitchen-inspec"
|
gem "kitchen-inspec"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user