This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ verifier:
59
59
- https://github.com/dev-sec/tests-ssh-hardening
60
60
61
61
suites :
62
- - name : ssh -ansible_1.9
62
+ - name : nginx -ansible_1.9
63
63
provisioner :
64
64
ansible_version : 1.9.4
65
- - name : ssh -ansible_latest
65
+ - name : nginx -ansible_latest
Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
+ if Gem ::Version . new ( RUBY_VERSION ) < Gem ::Version . new ( '2.2.2' )
6
+ gem 'rack' , '< 2.0'
7
+ gem 'ruby_dep' , '< 1.4.0'
8
+ gem 'listen' , '< 3.0.0'
9
+ end
10
+
5
11
group :test do
6
12
gem 'rake'
7
13
gem 'foodcritic' , '~> 4.0'
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ bundle exec kitchen converge default-ubuntu-1204
78
78
79
79
```
80
80
# fast test on one machine
81
- KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen test default- ubuntu-1204
81
+ KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen test nginx-ansible-19- ubuntu-1404
82
82
83
83
# test on all machines
84
84
KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen test
85
85
86
86
# for development
87
- KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen create default- ubuntu-1204
88
- KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen converge default- ubuntu-1204
87
+ KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen create nginx-ansible-19- ubuntu-1404
88
+ KITCHEN_YAML=".kitchen.vagrant.yml" bundle exec kitchen converge nginx-ansible-19- ubuntu-1404
89
89
```
90
90
91
91
For more information see [ test-kitchen] ( http://kitchen.ci/docs/getting-started )
You can’t perform that action at this time.
0 commit comments