mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Merge pull request #5499 from inspec/cw/update-readme
Remove outdated instructions about testing AWS and Azure resources
This commit is contained in:
commit
24b0f8bf01
1 changed files with 4 additions and 16 deletions
20
README.md
20
README.md
|
@ -431,33 +431,21 @@ In addition, these test require Docker to be available on your machine or a remo
|
|||
List the various test instances available:
|
||||
|
||||
```bash
|
||||
bundle exec kitchen list
|
||||
KITCHEN_YAML=kitchen.dokken.yml bundle exec kitchen list
|
||||
```
|
||||
|
||||
The platforms and test suites are configured in the `.kitchen.yml` file. Once you know which instance you wish to test, test that instance:
|
||||
The platforms and test suites are configured in the `kitchen.dokken.yml` file. Once you know which instance you wish to test, test that instance:
|
||||
|
||||
```bash
|
||||
bundle exec kitchen test <INSTANCE_NAME>
|
||||
KITCHEN_YAML=kitchen.dokken.yml bundle exec kitchen test <INSTANCE_NAME>
|
||||
```
|
||||
|
||||
You may test all instances in parallel with:
|
||||
|
||||
```bash
|
||||
bundle exec kitchen test -c
|
||||
KITCHEN_YAML=kitchen.dokken.yml bundle exec kitchen test -c 3
|
||||
```
|
||||
|
||||
### AWS Tests
|
||||
|
||||
Use the rake task `bundle exec rake test:aws` to test the AWS resources against a pair of real AWS accounts.
|
||||
|
||||
Please see [TESTING_AGAINST_AWS.md](./test/integration/aws/TESTING_AGAINST_AWS.md) for details on how to setup the needed AWS accounts to perform testing.
|
||||
|
||||
### Azure Tests
|
||||
|
||||
Use the rake task `bundle exec rake test:azure` to test the Azure resources against an Azure account.
|
||||
|
||||
Please see [TESTING_AGAINST_AZURE.md](./test/integration/azure/TESTING_AGAINST_AZURE.md) for details on how to setup the needed Azure accounts to perform testing.
|
||||
|
||||
## License
|
||||
|
||||
| | |
|
||||
|
|
Loading…
Reference in a new issue