Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelal committed Apr 20, 2016
1 parent 6628585 commit 1e5e792
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kitchen-ansiblepush
# kitchen-goss
A test-kitchen verifier plugin for GOSS

## Intro
Expand Down Expand Up @@ -38,6 +38,20 @@ default_config :goss_link, "https://github.com/aelsabbahy/goss/releases/download
default_config :goss_download_path, "/tmp/goss-${VERSION}-${DISTRO}-${ARCH}"
```

## Test structure
Lets say you have a suite name **simple**
the following structure we be required.
```bash
.kitchen.yml
test/
\_integration/
\_simple/
\_goss/
\_test1.yml
|_test2.yml
```


##License

MIT
MIT

0 comments on commit 1e5e792

Please sign in to comment.