-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added spec tests for windows and smb features
- Loading branch information
1 parent
e9148b4
commit 76e3113
Showing
9 changed files
with
5,936 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
kit: | ||
name: dev | ||
version: 2.0.0 | ||
features: | ||
- compiled-releases | ||
- windows-diego-cells | ||
- smb-volume-services | ||
|
||
genesis: | ||
env: compiled-windows-releases | ||
|
||
params: | ||
base_domain: cf.testing.examle |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
kit: | ||
name: dev | ||
version: 2.0.0 | ||
features: | ||
- windows-diego-cells | ||
- smb-volume-services | ||
|
||
genesis: | ||
env: windows-and-smb-support | ||
|
||
params: | ||
base_domain: cf.testing.examle |
Oops, something went wrong.