File tree 3 files changed +4
-38
lines changed
3 files changed +4
-38
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- scenario :
3
- name : aws-ec2-ubuntu
4
-
5
2
driver :
6
3
name : ec2
4
+
7
5
platforms :
8
6
- name : aws-ec2-ubuntu
9
7
image : ami-009c174642dba28e4
@@ -12,25 +10,16 @@ platforms:
12
10
13
11
provisioner :
14
12
name : ansible
15
- lint :
16
- name : ansible-lint
17
- enabled : false
18
13
playbooks :
19
14
converge : ../playbook.yml
20
15
21
- lint :
22
- name : yamllint
23
- enabled : false
24
-
25
16
verifier :
26
17
name : testinfra
27
18
directory : ../tests/
28
19
env :
29
20
# get rid of the DeprecationWarning messages of third-party libs,
30
21
# see https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
31
22
PYTHONWARNINGS : " ignore:.*U.*mode is deprecated:DeprecationWarning"
32
- lint :
33
- name : flake8
34
23
options :
35
24
# show which tests where executed in test output
36
25
v : 1
Original file line number Diff line number Diff line change 1
- ---
2
- scenario :
3
- # default scenario is Docker
4
- name : default
5
-
6
1
driver :
7
2
name : docker
3
+
8
4
platforms :
9
5
- name : docker-ubuntu
10
6
image : ubuntu:bionic
11
7
privileged : true
12
8
13
9
provisioner :
14
10
name : ansible
15
- lint :
16
- name : ansible-lint
17
- enabled : false
18
11
playbooks :
19
12
prepare : prepare-docker-in-docker.yml
20
13
converge : ../playbook.yml
21
14
22
- lint :
23
- name : yamllint
24
- enabled : false
25
-
26
15
verifier :
27
16
name : testinfra
28
17
directory : ../tests/
29
18
env :
30
19
# get rid of the DeprecationWarning messages of third-party libs,
31
20
# see https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
32
21
PYTHONWARNINGS : " ignore:.*U.*mode is deprecated:DeprecationWarning"
33
- lint :
34
- name : flake8
35
22
options :
36
23
# show which tests where executed in test output
37
- v : 1
24
+ v : 1
Original file line number Diff line number Diff line change 1
1
---
2
- scenario :
3
- name : vagrant-ubuntu
4
-
5
2
driver :
6
3
name : vagrant
7
4
provider :
8
5
name : virtualbox
6
+
9
7
platforms :
10
8
- name : vagrant-ubuntu
11
9
box : ubuntu/bionic64
@@ -16,24 +14,16 @@ platforms:
16
14
17
15
provisioner :
18
16
name : ansible
19
- lint :
20
- name : ansible-lint
21
- enabled : false
22
17
playbooks :
23
18
converge : ../playbook.yml
24
19
25
- lint :
26
- name : yamllint
27
- enabled : false
28
20
verifier :
29
21
name : testinfra
30
22
directory : ../tests/
31
23
env :
32
24
# get rid of the DeprecationWarning messages of third-party libs,
33
25
# see https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
34
26
PYTHONWARNINGS : " ignore:.*U.*mode is deprecated:DeprecationWarning"
35
- lint :
36
- name : flake8
37
27
options :
38
28
# show which tests where executed in test output
39
29
v : 1
You can’t perform that action at this time.
0 commit comments