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

Commit 1e5e792

Browse files
committed
Update Readme.md
1 parent 6628585 commit 1e5e792

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Readme.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kitchen-ansiblepush
1+
# kitchen-goss
22
A test-kitchen verifier plugin for GOSS
33

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

41+
## Test structure
42+
Lets say you have a suite name **simple**
43+
the following structure we be required.
44+
```bash
45+
.kitchen.yml
46+
test/
47+
\_integration/
48+
\_simple/
49+
\_goss/
50+
\_test1.yml
51+
|_test2.yml
52+
```
53+
54+
4155
##License
4256

43-
MIT
57+
MIT

0 commit comments

Comments
 (0)