mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-28 13:46:36 +02:00
Add verifier to molecule definition
This commit is contained in:
parent
d468aa3842
commit
3c5ae486f0
@ -15,3 +15,15 @@ provisioner:
|
||||
name: ansible
|
||||
playbooks:
|
||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||
|
||||
verifier:
|
||||
name: testinfra
|
||||
directory: ../tests/
|
||||
env:
|
||||
# get rid of the DeprecationWarning messages of third-party libs,
|
||||
# see "https://docs.pytest.org/en/latest/warnings.html
|
||||
# #deprecationwarning-and-pendingdeprecationwarning"
|
||||
PYTHONWARNINGS: "ignore:.*U.*mode is deprecated:DeprecationWarning"
|
||||
options:
|
||||
# show which tests where executed in test output
|
||||
v: 3
|
||||
|
Loading…
Reference in New Issue
Block a user