-
Notifications
You must be signed in to change notification settings - Fork 1
/
molecule.yml
39 lines (35 loc) · 843 Bytes
/
molecule.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
destroy: always
driver:
name: docker
ansible:
playbook: tests/playbook.yml
docker:
containers:
- name: ubuntu_xenial
image: ubuntu
image_version: '16.04'
dockerfile: tests/Dockerfile_ubuntu_1604
- name: ubuntu_yakkety
image: ubuntu
image_version: '16.10'
dockerfile: tests/Dockerfile_ubuntu_1610
- name: ubuntu_zesty
image: ubuntu
image_version: '17.04'
dockerfile: tests/Dockerfile_ubuntu_1704
- name: fedora_24
image: fedora
image_version: '24'
command: '/bin/bash'
- name: fedora_25
image: fedora
image_version: '25'
command: '/bin/bash'
- name: Dockerfile_fedora_26
image: fedora
image_version: '26'
command: '/bin/bash'
dockerfile: tests/Dockerfile_fedora_26
verifier:
name: testinfra