Bump molecule
Change-Id: Ic82f7538e78b9d479222ba69eb674da341eb4266
This commit is contained in:
parent
43be930a51
commit
c915158839
@ -2,8 +2,6 @@
|
|||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
log: true
|
log: true
|
||||||
lint:
|
|
||||||
enabled: false
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: centos:7
|
image: centos:7
|
||||||
@ -14,8 +12,5 @@ provisioner:
|
|||||||
# ANSIBLE_STDOUT_CALLBACK: yaml
|
# ANSIBLE_STDOUT_CALLBACK: yaml
|
||||||
# hack to make it find 'common' role from tq
|
# hack to make it find 'common' role from tq
|
||||||
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
lint:
|
|
||||||
name: ansible-lint
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
log: true
|
log: true
|
||||||
lint:
|
|
||||||
enabled: false
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: centos:7
|
image: centos:7
|
||||||
@ -14,8 +12,5 @@ provisioner:
|
|||||||
# ANSIBLE_STDOUT_CALLBACK: yaml
|
# ANSIBLE_STDOUT_CALLBACK: yaml
|
||||||
# hack to make it find 'common' role from tq
|
# hack to make it find 'common' role from tq
|
||||||
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${MOLECULE_SCENARIO_DIRECTORY}/../../../../../tripleo-quickstart/roles"
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
lint:
|
|
||||||
name: ansible-lint
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -63,6 +63,6 @@ deps =
|
|||||||
pytest-molecule<=1.2.3 # MIT
|
pytest-molecule<=1.2.3 # MIT
|
||||||
selinux # MIT
|
selinux # MIT
|
||||||
mock
|
mock
|
||||||
molecule>=3.0a4
|
molecule>=3.0a6
|
||||||
commands =
|
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'}
|
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