We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe54da + 8e2af8d commit c8fc8dcCopy full SHA for c8fc8dc
acceptance/tests/ssl/certificate_extensions.rb
@@ -1,5 +1,6 @@
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
@@ -77,6 +78,8 @@
77
78
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