diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-04-21 19:24:18 +0300 |
---|---|---|
committer | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-05-29 10:44:06 +0000 |
commit | 2353ca7b38acbd7246adbf23b7d92723bc083dcf (patch) | |
tree | 577e2a90e67954778f757d1a25bab2eaaba9d4e4 /ansible/test/play-infrastructure/.yamllint | |
parent | 14f47a0f47990a7e51123fcabd6c124285ebdc45 (diff) |
Molecule test for infrastructure playbook.
These tests execute the whole infrastructure playbook.
Issue-ID: OOM-1816
Change-Id: I793191e05cb0b527c3da6d820c1916231e69d865
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/test/play-infrastructure/.yamllint')
-rw-r--r-- | ansible/test/play-infrastructure/.yamllint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/test/play-infrastructure/.yamllint b/ansible/test/play-infrastructure/.yamllint new file mode 100644 index 00000000..ad0be760 --- /dev/null +++ b/ansible/test/play-infrastructure/.yamllint @@ -0,0 +1,11 @@ +extends: default + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable + truthy: disable |