Release 27.0.0 #1585
Annotations
8 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap plugin 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 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160509870.d4pgHx.pp
Last 10 lines of output were:
Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.65 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap plugin 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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160512894.KURMVd.pp
Last 10 lines of output were:
Warning: /Stage[main]/Foreman_proxy::Module::Templates/Foreman_proxy::Module[templates]/Foreman_proxy::Settings_file[templates]/File[/etc/foreman-proxy/settings.d/templates.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.86 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
|
Run tests:
spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory
Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory }
expected `File "/etc/salt/master.d".directory?` to be truthy, got false
|
Run tests:
spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"}
Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) }
expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false
...and:
expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""}
Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}):
@@ -1,3 +1,3 @@
-:group => "foreman-proxy",
-:owner => "root",
+:group => "",
+:owner => "",
|
Run tests:
spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "foreman-proxy" to be enabled
Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/salt_spec.rb:8
|
Run tests:
spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "foreman-proxy" to be running
Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/salt_spec.rb:8
|
Run tests:
spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap plugin behaves like the default foreman proxy application Port "8443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8443" to be listening
Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/salt_spec.rb:8
|
Run tests
Process completed with exit code 1.
|
Loading