Run acceptance tests in CI #122
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot 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 'debian11-64-puppet7.example.com' exited with 1 running:
mktemp -t apply_manifest_141707258.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot 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 'debian11-64-puppet7.example.com' exited with 1 running:
mktemp -t apply_manifest_141707342.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=disabled$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=disabled$}) }
expected "" to match /^SELINUX=disabled$/
Diff:
@@ -1 +1 @@
-/^SELINUX=disabled$/
+""
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+""
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L82
selinux class - mode switching when switching from enforcing to disabled after reboot Command "getenforce" stdout
Failure/Error: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L93
selinux class - mode switching while disabled File "/var/test" selinux_label
Failure/Error: on(hosts, "touch #{test_file_path}")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
touch /var/test
Last 10 lines of output were:
/bin/bash: Permission denied
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 1 running:
mktemp -t apply_manifest_141708326.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 1 running:
mktemp -t apply_manifest_141708370.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L108
selinux class - mode switching when switching from disabled to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
The logs for this run have expired and are no longer available.
Loading