mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
update readme with new integration test behaviour
Signed-off-by: Viktor Yakovlyev <Viktor.Y@D2L.com>
This commit is contained in:
parent
5d6900fb86
commit
88f6e5f716
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -104,14 +104,18 @@ To run the integration tests, please make sure all required environment variable
|
|||
bundle exec rake test:integration
|
||||
```
|
||||
|
||||
Right now, instances are not destroyed automatically. Please use
|
||||
Instances are destroyed automatically. To persist instances please use
|
||||
|
||||
```
|
||||
bundle exec rake test:integration_no_cleanup
|
||||
```
|
||||
|
||||
To cleanup instances, please use
|
||||
|
||||
```
|
||||
bundle exec rake test:cleanup
|
||||
```
|
||||
|
||||
to remove the setup created by terraform.
|
||||
|
||||
## Kudos
|
||||
|
||||
This project was inspired by [inspec-aws](https://github.com/arothian/inspec-aws) from [arothian](https://github.com/arothian).
|
||||
|
|
Loading…
Reference in a new issue