test molecule zuul job (#180)

This commit is contained in:
Abhijeet Kasurde
2021-07-27 15:48:37 +05:30
committed by GitHub
parent f98469e5ef
commit fa819d3f11
3 changed files with 18 additions and 154 deletions

View File

@@ -6,10 +6,6 @@ driver:
login_cmd_template: 'docker exec -ti {instance} bash'
ansible_connection_options:
ansible_connection: docker
lint: |
set -e
yamllint .
flake8
platforms:
- name: instance-kind
provisioner:
@@ -33,7 +29,6 @@ scenario:
name: default
test_sequence:
- dependency
- lint
- syntax
- prepare
- converge