File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
tag 'audit:high' ,
5
5
'audit:acceptance'
6
6
7
+ skip_test ( 'i18n test module uses deprecated function; update module to resume testing.' )
8
+ # function validate_absolute_path used https://github.com/eputnam/eputnam-i18ndemo/blob/621d06d/manifests/init.pp#L15
9
+
7
10
require 'puppet/acceptance/environment_utils.rb'
8
11
extend Puppet ::Acceptance ::EnvironmentUtils
9
12
Original file line number Diff line number Diff line change 2
2
require 'puppet/acceptance/environment_utils.rb'
3
3
extend Puppet ::Acceptance ::EnvironmentUtils
4
4
5
+
5
6
tag 'audit:high' ,
6
7
'audit:integration' ,
7
8
'audit:refactor' , # This test specifically tests interpolation on the master.
8
9
# Recommend adding an additonal test that validates
9
10
# lookup in a masterless setup.
10
11
'server'
11
12
13
+ pending_test ( 'unexpected `::roles` returning undefined here, but the test passes when strict=warning' )
14
+ # Should revisit this in PUP-11751
15
+
12
16
app_type = File . basename ( __FILE__ , '.*' )
13
17
tmp_environment = mk_tmp_environment_with_teardown ( master , app_type + '1' )
14
18
fq_tmp_environmentpath = "#{ environmentpath } /#{ tmp_environment } "
Original file line number Diff line number Diff line change 32
32
- "yaml"
33
33
:logger: "console"
34
34
:hierarchy:
35
- - "%{fqdn}"
36
35
- "%{environment}"
37
36
- "global"
38
37
Original file line number Diff line number Diff line change 32
32
- "yaml"
33
33
:logger: "console"
34
34
:hierarchy:
35
- - "%{fqdn}"
36
35
- "%{environment}"
37
36
- "global"
38
37
Original file line number Diff line number Diff line change 31
31
- "yaml"
32
32
:logger: "console"
33
33
:hierarchy:
34
- - "%{fqdn}"
35
34
- "%{environment}"
36
35
- "global"
37
36
You can’t perform that action at this time.
0 commit comments