Setting testinfra to verbose, its nicer

This commit is contained in:
Dieter Verhelst 2019-03-12 12:12:43 +01:00
parent 00f9f5d5d1
commit dc4d30ba7a
5 changed files with 13 additions and 1 deletions

View File

@ -82,3 +82,7 @@ scenario:
name: clients name: clients
verifier: verifier:
name: testinfra name: testinfra
options:
verbose: true
lint:
name: flake8

View File

@ -48,5 +48,7 @@ scenario:
name: folders name: folders
verifier: verifier:
name: testinfra name: testinfra
options:
verbose: true
lint: lint:
name: flake8 name: flake8

View File

@ -40,5 +40,7 @@ scenario:
name: lamp name: lamp
verifier: verifier:
name: testinfra name: testinfra
options:
verbose: true
lint: lint:
name: flake8 name: flake8

View File

@ -72,5 +72,7 @@ scenario:
name: mgt name: mgt
verifier: verifier:
name: testinfra name: testinfra
options:
verbose: true
lint: lint:
name: flake8 name: flake8

View File

@ -46,7 +46,7 @@ provisioner:
- fqdn: ${MOLECULE_SCENARIO_NAME}-sub - fqdn: ${MOLECULE_SCENARIO_NAME}-sub
user: borgux user: borgux
type: normal type: normal
home: /var/backup-jail/ home: /var/backup/
pool: repos pool: repos
options: "" options: ""
borgbackup_include: borgbackup_include:
@ -67,5 +67,7 @@ scenario:
name: multiple name: multiple
verifier: verifier:
name: testinfra name: testinfra
options:
verbose: true
lint: lint:
name: flake8 name: flake8