Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit e683e44

Browse files
committed
use inspec as test framework
1 parent 8332f79 commit e683e44

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.kitchen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
driver:
33
name: vagrant
4-
transport:
5-
name: rsync
64
provisioner:
75
name: ansible_playbook
8-
test_repo_uri: https://github.com/TelekomLabs/tests-ssh-hardening.git
6+
test_repo_uri: https://github.com/hardening-io/tests-ssh-hardening.git
97
hosts: all
108
require_ansible_repo: false
119
require_ansible_omnibus: true
10+
require_chef_for_busser: false
11+
require_ruby_for_busser: false
1212
platforms:
1313
- name: ubuntu-12.04
1414
driver_config:
@@ -47,7 +47,7 @@ platforms:
4747
box: debian-8
4848
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
4949
verifier:
50-
ruby_bindir: '/usr/bin'
50+
name: inspec
5151
suites:
5252
- name: default
5353
hosts: all

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ group :integration do
1919
gem 'test-kitchen', '~> 1.0'
2020
gem 'kitchen-ansible'
2121
gem 'kitchen-vagrant'
22+
gem 'kitchen-inspec'
2223
gem 'kitchen-sharedtests', '~> 0.2.0'
2324
gem 'kitchen-sync'
2425
gem 'kitchen-transport-rsync'

0 commit comments

Comments
 (0)