modulesync 7.3.0 #33
Annotations
5 errors
Run tests:
spec/acceptance/augeasproviders_instances_spec.rb#L7
augeasproviders::instances class when sysctl_hash is defined runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'fedora36-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_184716488.pp.KYfemZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora36-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1712688437'
Error: Could not prefetch sysctl provider 'augeas': Command sysctl is missing
Warning: /Stage[main]/Augeasproviders::Instances/Sysctl[net.ipv4.ip_forward]: Skipping because provider prefetch failed
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 0.01 seconds
|
Run tests:
spec/acceptance/augeasproviders_instances_spec.rb#L19
augeasproviders::instances class when sysctl_hash is defined Linux kernel parameter "net.ipv4.ip_forward" value is expected to eq 1
Failure/Error: its(:value) { is_expected.to eq 1 }
expected: 1
got: ""
(compared using ==)
|
Run tests:
spec/acceptance/augeasproviders_instances_spec.rb#L24
augeasproviders::instances class when augeasproviders_sysctl_hash is defined runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'fedora36-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_184718173.pp.xZnjxw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora36-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1712688439'
Error: Could not prefetch sysctl provider 'augeas': Command sysctl is missing
Warning: /Stage[main]/Augeasproviders::Instances/Sysctl[net.ipv4.ip_forward]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.01 seconds
|
Run tests:
spec/acceptance/augeasproviders_instances_spec.rb#L37
augeasproviders::instances class when augeasproviders_sysctl_hash is defined Linux kernel parameter "net.ipv4.ip_forward" value is expected to eq 0
Failure/Error: its(:value) { is_expected.to eq 0 }
expected: 0
got: ""
(compared using ==)
|
Run tests
Process completed with exit code 1.
|
Loading