File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,28 +6,28 @@ This are the integration tests for the projects
66- https://github.com/hardening-io/puppet-os-hardening
77- https://github.com/hardening-io/chef-os-hardening
88- https://github.com/hardening-io/ansible-os-hardening
9- -
10- they start at ` integration ` level
9+
10+ They start at ` integration ` level.
1111
1212you can use the gem ` kitchen-sharedtests `
1313
1414- https://github.com/ehaselwanter/kitchen-sharedtests/
1515
16- to make them available to your project. Use ` thor kitchen:fetch-remote-tests ` to put the repo into ` test/integration `
16+ to make them available to your project. Use ` thor kitchen:fetch-remote-tests ` to put the repo into ` test/integration ` .
1717
1818## Standalone Usage
1919
20- you can target the integration tests to any host were you have ssh access
20+ You can target the integration tests to any host where you have ssh access.
2121
22- rake -T gives you a list of suites you can run (well ignore directories which are obviously not suites for now)
22+ ` rake -T ` gives you a list of suites you can run (we'll ignore directories which are obviously not suites for now)
2323
2424```
2525± rake -T
2626rake serverspec:data_bags # Run serverspec suite data_bags
2727rake serverspec:default # Run serverspec suite default
2828```
2929
30- run it with:
30+ Run it with:
3131
3232```
3333bundle install
@@ -41,5 +41,5 @@ bundle exec rake serverspec:default target_host=<name-or-ip-of-target-server>
4141ASK_LOGIN_PASSWORD=true bundle exec rake serverspec:default target_host=192.168.1.222 user=stack
4242```
4343
44- add ` format=html|json ` to get a report.html or report.json document
44+ Add ` format=html|json ` to get a report.html or report.json document.
4545
You can’t perform that action at this time.
0 commit comments