Add molecule tests to containerd role (#6037)

This commit is contained in:
Maxime Guyot
2020-04-29 18:08:25 +02:00
committed by GitHub
parent db5f83f8c9
commit e4c820c35e
5 changed files with 74 additions and 3 deletions

View File

@@ -0,0 +1,31 @@
---
driver:
name: vagrant
provider:
name: libvirt
lint:
name: yamllint
options:
config-file: ../../../.yamllint
platforms:
- name: ubuntu18
box: generic/ubuntu1804
cpus: 2
memory: 1024
groups:
- kube-master
provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../
config_options:
defaults:
callback_whitelist: profile_tasks
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
verifier:
name: testinfra
lint:
name: flake8