mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
Fix typos
This commit is contained in:
parent
fab50a1229
commit
830748e23a
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -6,20 +6,20 @@ This are the integration tests for the projects
|
|||
- https://github.com/hardening-io/puppet-os-hardening
|
||||
- https://github.com/hardening-io/chef-os-hardening
|
||||
- https://github.com/hardening-io/ansible-os-hardening
|
||||
-
|
||||
they start at `integration` level
|
||||
|
||||
They start at `integration` level.
|
||||
|
||||
you can use the gem `kitchen-sharedtests`
|
||||
|
||||
- https://github.com/ehaselwanter/kitchen-sharedtests/
|
||||
|
||||
to make them available to your project. Use `thor kitchen:fetch-remote-tests` to put the repo into `test/integration`
|
||||
to make them available to your project. Use `thor kitchen:fetch-remote-tests` to put the repo into `test/integration`.
|
||||
|
||||
## Standalone Usage
|
||||
|
||||
you can target the integration tests to any host were you have ssh access
|
||||
You can target the integration tests to any host where you have ssh access.
|
||||
|
||||
rake -T gives you a list of suites you can run (well ignore directories which are obviously not suites for now)
|
||||
`rake -T` gives you a list of suites you can run (we'll ignore directories which are obviously not suites for now)
|
||||
|
||||
```
|
||||
± rake -T
|
||||
|
@ -27,7 +27,7 @@ rake serverspec:data_bags # Run serverspec suite data_bags
|
|||
rake serverspec:default # Run serverspec suite default
|
||||
```
|
||||
|
||||
run it with:
|
||||
Run it with:
|
||||
|
||||
```
|
||||
bundle install
|
||||
|
@ -41,5 +41,5 @@ bundle exec rake serverspec:default target_host=<name-or-ip-of-target-server>
|
|||
ASK_LOGIN_PASSWORD=true bundle exec rake serverspec:default target_host=192.168.1.222 user=stack
|
||||
```
|
||||
|
||||
add `format=html|json` to get a report.html or report.json document
|
||||
Add `format=html|json` to get a report.html or report.json document.
|
||||
|
||||
|
|
Loading…
Reference in a new issue