Bump molecule
Change-Id: Ic82f7538e78b9d479222ba69eb674da341eb4266
This commit is contained in:
parent
43be930a51
commit
c915158839
@ -2,8 +2,6 @@
|
||||
driver:
|
||||
name: docker
|
||||
log: true
|
||||
lint:
|
||||
enabled: false
|
||||
platforms:
|
||||
- name: instance
|
||||
image: centos:7
|
||||
@ -14,8 +12,5 @@ provisioner:
|
||||
# ANSIBLE_STDOUT_CALLBACK: yaml
|
||||
# hack to make it find 'common' role from tq
|
||||
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
||||
|
||||
verifier:
|
||||
name: ansible
|
||||
lint:
|
||||
name: ansible-lint
|
||||
|
@ -2,8 +2,6 @@
|
||||
driver:
|
||||
name: docker
|
||||
log: true
|
||||
lint:
|
||||
enabled: false
|
||||
platforms:
|
||||
- name: instance
|
||||
image: centos:7
|
||||
@ -14,8 +12,5 @@ provisioner:
|
||||
# ANSIBLE_STDOUT_CALLBACK: yaml
|
||||
# hack to make it find 'common' role from tq
|
||||
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
||||
|
||||
verifier:
|
||||
name: ansible
|
||||
lint:
|
||||
name: ansible-lint
|
||||
|
2
tox.ini
2
tox.ini
@ -63,6 +63,6 @@ deps =
|
||||
pytest-molecule<=1.2.3 # MIT
|
||||
selinux # MIT
|
||||
mock
|
||||
molecule>=3.0a4
|
||||
molecule>=3.0a6
|
||||
commands =
|
||||
python -m pytest --color=yes --html={envlogdir}/reports.html --self-contained-html -rA --molecule-unavailable-driver=fail {tty:-s} {posargs:-k 'molecule and docker'}
|
||||
|
Loading…
Reference in New Issue
Block a user