Skip to content

Commit 88726b3

Browse files
authored
Merge pull request #8527 from GabrielNagy/PUP-10923/acceptance-audit-high
(PUP-10923) Change all acceptance back to audit/risk:high
2 parents 66ae92f + 130ccbf commit 88726b3

File tree

139 files changed

+170
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+170
-153
lines changed

acceptance/tests/agent/agent_disable_lockfile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
tag 'audit:integration', # lockfile uses the standard `vardir` location to store/query lockfile.
55
# The validation of the `vardir` at the OS level
66
# should be accomplished in another test.
7-
'audit:medium',
7+
'audit:high',
88
'audit:refactor' # This test should not require a master. Remove the use of `with_puppet_running_on`.
99

1010
#

acceptance/tests/agent/agent_parses_json_catalog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "C99978: Agent parses a JSON catalog"
22

3-
tag 'risk:medium',
3+
tag 'risk:high',
44
'audit:high', # tests defined catalog format
55
'audit:integration', # There is no OS specific risk here.
66
'server',

acceptance/tests/agent/fallback_to_cached_catalog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "fallback to the cached catalog"
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:integration', # This test is not OS sensitive.
55
'audit:refactor' # A catalog fixture can be used for this test. Remove the usage of `with_puppet_running_on`.
66

acceptance/tests/aix/aix_package_provider.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "aix package provider should work correctly" do
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:acceptance' # OS specific by definition.
55

66
confine :to, :platform => /aix/
@@ -38,8 +38,8 @@ def get_package_manifest(package, version, sourcedir)
3838

3939
step "download packages to use for test" do
4040
on hosts, "mkdir -p #{dir}"
41-
on hosts, "curl neptune.puppetlabs.lan/misc/sudo.#{version1}.aix51.lam.bff > #{dir}/sudo.#{version1}.aix51.lam.bff"
42-
on hosts, "curl neptune.puppetlabs.lan/misc/sudo.#{version2}.aix51.lam.bff > #{dir}/sudo.#{version2}.aix51.lam.bff"
41+
on hosts, "curl https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/misc/sudo.#{version1}.aix51.lam.bff > #{dir}/sudo.#{version1}.aix51.lam.bff"
42+
on hosts, "curl https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/misc/sudo.#{version2}.aix51.lam.bff > #{dir}/sudo.#{version2}.aix51.lam.bff"
4343
end
4444

4545
step "install the older version of package" do

acceptance/tests/aix/nim_package_provider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "NIM package provider should work correctly"
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:acceptance' # OS specific by definition
55

66
# nim test is slow, confine to only aix 7.2 and recent puppet versions

acceptance/tests/allow_arbitrary_node_name_fact_for_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "node_name_fact should be used to determine the node name for puppet agent"
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:integration', # Tests that the server properly overrides certname with node_name fact.
55
# Testing of passenger master is no longer needed.
66
'server'

acceptance/tests/allow_arbitrary_node_name_for_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "node_name_value should be used as the node name for puppet agent"
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:integration', # Tests that the server properly overrides certname with node_name fact.
55
# Testing of passenger master is no longer needed.
66
'server'

acceptance/tests/catalog_with_binary_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'puppet/acceptance/agent_fqdn_utils'
77
extend Puppet::Acceptance::AgentFqdnUtils
88

9-
tag 'risk:medium',
9+
tag 'risk:high',
1010
'server'
1111

1212
test_num = 'c100300'

acceptance/tests/direct_puppet/cached_catalog_remediate_local_drift.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
test_name "PUP-5122: Puppet remediates local drift using code_id and content_uri" do
55

6-
tag 'audit:medium',
6+
tag 'audit:high',
77
'audit:acceptance',
88
'audit:refactor', # use mk_tmp_environment_with_teardown helper for environment construction
99
'server'

acceptance/tests/direct_puppet/catalog_uuid_correlates_catalogs_with_reports.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "PUP-5872: catalog_uuid correlates catalogs with reports" do
22

3-
tag 'audit:medium',
3+
tag 'audit:high',
44
'audit:acceptance',
55
'audit:refactor' # remove dependence on server by adding a
66
# catalog and report fixture to validate against.

0 commit comments

Comments
 (0)