Skip to content

Commit 4376766

Browse files
Adding local testing
1 parent f82174f commit 4376766

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Testing
5757
-------
5858
Default .kitchen.yml test the cookbook in docker containers.
5959

60+
To test locally:
61+
62+
```bash
63+
kitchen list
64+
kitchen converge aws-codedeploy-agent-ubuntu-1604
65+
kitchen verify aws-codedeploy-agent-ubuntu-1604
66+
```
67+
6068
To test the cookbook on AWS instances use:
6169
```bash
6270
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen list

0 commit comments

Comments
 (0)