-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add glob pattern support to gossfile (#223)
* Add glob pattern support to gossfile This will ease the addition of tests to an existing goss test suite. All that is necessary is to drop in a file matching the existing pattern. References #222 * Convert tests to use glob patterns for gossfiles This is done with the exception of 'arch', which only includes 'goss-shared.yaml'.
- Loading branch information
1 parent
fc1bc88
commit 12d355a
Showing
6 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,4 @@ port: | |
ip: | ||
- "::" | ||
gossfile: | ||
"../goss-shared.yaml": {} | ||
"../goss-service.yaml": {} | ||
"../goss-s*.yaml": {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,4 @@ port: | |
ip: | ||
- "::" | ||
gossfile: | ||
"../goss-shared.yaml": {} | ||
"../goss-service.yaml": {} | ||
"../goss-s*.yaml": {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,4 @@ port: | |
ip: | ||
- 0.0.0.0 | ||
gossfile: | ||
"../goss-shared.yaml": {} | ||
"../goss-service.yaml": {} | ||
"../goss-s*.yaml": {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,4 @@ port: | |
ip: | ||
- "::" | ||
gossfile: | ||
"../goss-shared.yaml": {} | ||
"../goss-service.yaml": {} | ||
"../goss-s*.yaml": {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters