Add Puppet 8 support #747
Annotations
7 errors and 3 warnings
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Simple 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 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_231835569.pp.eh6Ko6
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Missing title. The title expression resulted in undef (file: /tmp/apply_manifest_231835569.pp.eh6Ko6, line: 12, column: 20) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:7
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Simple 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 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_231839973.pp.rnIoCi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Missing title. The title expression resulted in undef (file: /tmp/apply_manifest_231839973.pp.rnIoCi, line: 12, column: 20) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:7
|
Run tests:
spec/support/acceptance/examples.rb#L11
Simple installation behaves like a DHCP server Service "dhcpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "dhcpd" to be enabled
Shared Example Group: "a DHCP server" called from ./spec/acceptance/basic_spec.rb:29
|
Run tests:
spec/support/acceptance/examples.rb#L12
Simple installation behaves like a DHCP server Service "dhcpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "dhcpd" to be running
Shared Example Group: "a DHCP server" called from ./spec/acceptance/basic_spec.rb:29
|
Run tests:
spec/support/acceptance/examples.rb#L16
Simple installation behaves like a DHCP server Port "67" is expected to be listening on 0.0.0.0 with udp
Failure/Error: it { is_expected.to be_listening.on('0.0.0.0').with('udp') }
expected Port "67" to be listening on 0.0.0.0 with udp
Shared Example Group: "a DHCP server" called from ./spec/acceptance/basic_spec.rb:29
|
Run tests:
spec/acceptance/basic_spec.rb#L32
Simple installation File "/etc/dhcp/dhcpd.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/dhcp/dhcpd.conf".file?` to be truthy, got false
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/acceptance/basic_spec.rb#L40
Simple installation Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
Run tests:
spec/acceptance/nameservers_spec.rb#L36
with empty nameservers list Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
Run tests:
spec/acceptance/nameservers_spec.rb#L75
with a non-empty nameservers list Command "dhcping -c 172.17.0.2 -h 02:42:ac:11:00:02 -s 172.17.0.2" stdout is expected to match "Got answer from: 172.17.0.2"
Failure/Error: is_expected.to match("Got answer from: #{ip}")
expected "" to match "Got answer from: 172.17.0.2"
|
The logs for this run have expired and are no longer available.
Loading