This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use cookiecutter via tox to clone verify playbook
The verify playbook for the functional tests was manually copied to each dir. This change attempts to DRY out the setup of the tests by using cookiecutter to clone the default playbook.
- Loading branch information
Showing
8 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
...ookiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/verify.yml
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
2 changes: 2 additions & 0 deletions
2
...entos7/molecule/default/tests/default.yml → ...7/molecule/default/tests/test_default.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Molecule managed | ||
|
||
--- | ||
file: | ||
/etc/hosts: | ||
|
7 changes: 7 additions & 0 deletions
7
molecule_goss/test/scenarios/docker/centos7/molecule/default/tests/test_install.yml
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,7 @@ | ||
--- | ||
file: | ||
/usr/local/bin/goss: | ||
exists: true | ||
owner: root | ||
group: root | ||
mode: "0755" |
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
2 changes: 2 additions & 0 deletions
2
...u18.04/molecule/default/tests/default.yml → ...4/molecule/default/tests/test_default.yml
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Molecule managed | ||
|
||
--- | ||
file: | ||
/etc/hosts: | ||
|
7 changes: 7 additions & 0 deletions
7
molecule_goss/test/scenarios/docker/ubuntu18.04/molecule/default/tests/test_install.yml
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,7 @@ | ||
--- | ||
file: | ||
/usr/local/bin/goss: | ||
exists: true | ||
owner: root | ||
group: root | ||
mode: "0755" |
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