Add configuration parameters to server and agent #885
Annotations
10 errors and 10 warnings
Run tests:
spec/defines/userparameters_spec.rb#L34
zabbix::userparameters on redhat-8-x86_64 with an content is expected to contain File[/etc/zabbix/zabbix_agentd.d/mysqld.conf] with ensure => "present"
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_agentd.d/mysqld.conf').with_ensure('present') }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/defines/userparameters_spec.rb#L35
zabbix::userparameters on redhat-8-x86_64 with an content is expected to contain File[/etc/zabbix/zabbix_agentd.d/mysqld.conf] with content =~ /^UserParameter=mysql.ping,mysqladmin -uroot ping | grep -c alive$/
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_agentd.d/mysqld.conf').with_content %r{^UserParameter=mysql.ping,mysqladmin -uroot ping | grep -c alive$} }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/defines/userparameters_spec.rb#L36
zabbix::userparameters on redhat-8-x86_64 with an content is expected to contain Class[zabbix::params]
Failure/Error: it { is_expected.to contain_class('zabbix::params') }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/defines/userparameters_spec.rb#L37
zabbix::userparameters on redhat-8-x86_64 with an content is expected to contain Class[zabbix::repo]
Failure/Error: it { is_expected.to contain_class('zabbix::repo') }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/classes/agent_spec.rb#L64
zabbix::agent on redhat-8-x86_64 with all defaults is expected to contain Selinux::Module[zabbix-agent]
Failure/Error: it { is_expected.to contain_selinux__module('zabbix-agent') } if facts[:os]['family'] == 'RedHat'
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node agent.example.com
|
Run tests:
spec/defines/userparameters_spec.rb#L38
zabbix::userparameters on redhat-8-x86_64 with an content is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/classes/agent_spec.rb#L67
zabbix::agent on redhat-8-x86_64 with all defaults is expected to contain File[/etc/zabbix/zabbix_agentd.d] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file(include_dir).with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node agent.example.com
|
Run tests:
spec/defines/userparameters_spec.rb#L39
zabbix::userparameters on redhat-8-x86_64 with an content is expected not to contain File[/etc/init.d/zabbix-agent]
Failure/Error: it { is_expected.not_to contain_file("/etc/init.d/#{service_name}") }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/classes/agent_spec.rb#L87
zabbix::agent on redhat-8-x86_64 with all defaults is expected to contain Package[zabbix-agent] that requires Class[zabbix::repo]
Failure/Error:
is_expected.to contain_package(package_name).
with_ensure('present').
with_tag('zabbix').
that_requires('Class[zabbix::repo]')
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node agent.example.com
|
Run tests:
spec/defines/userparameters_spec.rb#L40
zabbix::userparameters on redhat-8-x86_64 with an content is expected to contain File[/etc/zabbix/zabbix_agentd.conf]
Failure/Error: it { is_expected.to contain_file('/etc/zabbix/zabbix_agentd.conf') }
Puppet::PreformattedError:
Evaluation Error: Resource type not found: Intager (file: /scratch/actions/actions-runner-2.305.0/instance14/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 187, column: 12) on node lxplus8s01.cern.ch
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on redhat-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on redhat-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on oraclelinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on oraclelinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on centos-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on almalinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on almalinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on rocky-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on rocky-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Run tests:
spec/classes/agent_spec.rb#L491
zabbix::agent on ubuntu-20.04-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
Loading