Fixes #36902 - Support Pulpcore 3.39, drop older versions #1332
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
31 errors
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081242859.pp.59cmkH
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.50 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081249311.pp.gBzrXV
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.84 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081237948.pp.8Wsejn
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.25 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081245081.pp.3hQcTh
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.34 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081613477.pp.6Ll1oF
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 34.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_081652380.pp.VWWOzd
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.61 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.39:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|