Skip to content

Commit

Permalink
Merge pull request #58 from hardening-io/kitchen-inspec
Browse files Browse the repository at this point in the history
use inspec as test framework
  • Loading branch information
Sebastian Gumprich committed Jan 4, 2016
2 parents 63a56d1 + b98e860 commit 469aa9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
driver:
name: vagrant
transport:
name: rsync
provisioner:
name: ansible_playbook
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
test_repo_uri: https://github.com/hardening-io/tests-os-hardening.git
hosts: all
require_ansible_repo: false
require_ansible_omnibus: true
require_chef_for_busser: false
require_ruby_for_busser: false
platforms:
- name: ubuntu-12.04
driver_config:
Expand Down Expand Up @@ -47,7 +47,7 @@ platforms:
box: debian-8
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
verifier:
ruby_bindir: '/usr/bin'
name: inspec
suites:
- name: default
hosts: all
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ group :integration do
gem 'test-kitchen', '~> 1.0'
gem 'kitchen-ansible'
gem 'kitchen-vagrant'
gem 'kitchen-inspec', '~> 0.9'
gem 'kitchen-sharedtests', '~> 0.2.0'
gem 'kitchen-sync'
gem 'kitchen-transport-rsync'
Expand Down

0 comments on commit 469aa9c

Please sign in to comment.