We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8fc8dc + fb98eb4 commit 1a674a4Copy full SHA for 1a674a4
acceptance/tests/ssl/certificate_extensions.rb
@@ -1,6 +1,5 @@
1
require 'puppet/acceptance/temp_file_utils'
2
extend Puppet::Acceptance::TempFileUtils
3
-extend Beaker::HostPrebuiltSteps
4
5
test_name "certificate extensions available as trusted data" do
6
skip_test "Test requires at least one non-master agent" if hosts.length == 1
@@ -78,8 +77,6 @@
78
77
with_puppet_running_on(master, master_config) do
79
agents.each do |agent|
80
next if agent == master
81
- # Temporarily sync time on AIX to account for incorrect system time (PA-7090)
82
- timesync(agent, {:logger => logger}) if agent.platform.start_with?('aix')
83
84
step "Create agent csr_attributes.yaml on #{agent}"
85
agent_csr_attributes = get_test_file_path(agent, "csr_attributes.yaml")
0 commit comments