File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ AllCops:
21
21
Metrics/LineLength :
22
22
Description : People have wide screens, use them.
23
23
Max : 200
24
+ GetText/DecorateString :
25
+ Description : We don't want to decorate test output.
26
+ Exclude :
27
+ - spec/*
24
28
RSpec/BeforeAfterAll :
25
29
Description : Beware of using after(:all) as it may cause state to leak between tests.
26
30
A necessary evil in acceptance testing.
Original file line number Diff line number Diff line change @@ -13,33 +13,36 @@ script:
13
13
- ' bundle exec rake $CHECK'
14
14
bundler_args : --without system_tests
15
15
rvm :
16
- - 2.4.4
16
+ - 2.5.0
17
17
env :
18
18
global :
19
- - BEAKER_PUPPET_COLLECTION=puppet5 PUPPET_GEM_VERSION="~> 5 .0"
19
+ - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6 .0"
20
20
matrix :
21
21
fast_finish : true
22
22
include :
23
23
-
24
24
bundler_args :
25
25
dist : trusty
26
- env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=docker/centos-7 BEAKER_TESTMODE=apply
27
- rvm : 2.4.4
26
+ env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/centos-7 BEAKER_TESTMODE=apply
27
+ rvm : 2.5.0
28
28
script : bundle exec rake beaker
29
29
services : docker
30
30
sudo : required
31
31
-
32
32
bundler_args :
33
33
dist : trusty
34
- env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
35
- rvm : 2.4.4
34
+ env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_set=docker/ubuntu-14.04 BEAKER_TESTMODE=apply
35
+ rvm : 2.5.0
36
36
script : bundle exec rake beaker
37
37
services : docker
38
38
sudo : required
39
39
-
40
40
env : CHECK="syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
41
41
-
42
42
env : CHECK=parallel_spec
43
+ -
44
+ env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
45
+ rvm : 2.4.4
43
46
-
44
47
env : PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
45
48
rvm : 2.1.9
Original file line number Diff line number Diff line change 84
84
],
85
85
"description" : " MySQL module" ,
86
86
"template-url" : " https://github.com/puppetlabs/pdk-templates" ,
87
- "template-ref" : " heads/master-0-g6a90b42 " ,
87
+ "template-ref" : " heads/master-0-g8fc95db " ,
88
88
"pdk-version" : " 1.7.0"
89
89
}
Original file line number Diff line number Diff line change 2
2
#
3
3
# Facts specified here will override the values provided by rspec-puppet-facts.
4
4
---
5
- concat_basedir : " /tmp "
5
+ concat_basedir : " "
6
6
ipaddress : " 172.16.254.254"
7
7
is_pe : false
8
8
macaddress : " AA:AA:AA:AA:AA:AA"
You can’t perform that action at this time.
0 commit comments