Remove spec filter and run spec on all supported OS #840
Annotations
10 errors and 10 warnings
spec/defines/userparameters_spec.rb#L20
zabbix::userparameters on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/defines/userparameters_spec.rb#L21
zabbix::userparameters on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/defines/userparameters_spec.rb#L22
zabbix::userparameters on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/classes/agent_spec.rb#L73
zabbix::agent on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node agent.example.com
|
spec/classes/agent_spec.rb#L87
zabbix::agent on gentoo-2-x86_64 with all defaults is expected to contain Package[zabbix] with ensure => "present" and tag => "zabbix"
Failure/Error:
is_expected.to contain_package(package_name).
with_ensure('present').
with_tag('zabbix')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node agent.example.com
|
spec/defines/userparameters_spec.rb#L23
zabbix::userparameters on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/classes/agent_spec.rb#L101
zabbix::agent on gentoo-2-x86_64 with all defaults is expected to contain Service[zabbix-agentd] with ensure => "running", enable => true and service_provider defined
Failure/Error:
is_expected.to contain_service(service_name).
with_ensure('running').
with_enable(true).
with_service_provider(facts[:os]['family'] == 'AIX' ? 'init' : nil)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node agent.example.com
|
spec/defines/userparameters_spec.rb#L24
zabbix::userparameters on gentoo-2-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: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/classes/agent_spec.rb#L108
zabbix::agent on gentoo-2-x86_64 with all defaults is expected not to contain Zabbix::Startup[zabbix-agentd]
Failure/Error: it { is_expected.not_to contain_zabbix__startup(service_name) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node agent.example.com
|
spec/defines/userparameters_spec.rb#L25
zabbix::userparameters on gentoo-2-x86_64 with an content is expected not to contain File[/etc/init.d/zabbix-agentd]
Failure/Error: it { is_expected.not_to contain_file("/etc/init.d/#{service}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, We currently only support Debian, FreeBSD, Redhat, AIX and Windows osfamily as non-systemd (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/startup.pp, line: 79, column: 5) (file: /scratch/actions/actions-runner-2.305.0/instance20/_work/puppet-zabbix/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/agent.pp, line: 314) on node lxplus8s01.cern.ch
|
spec/classes/agent_spec.rb#L495
zabbix::agent on gentoo-2-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on almalinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on almalinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on archlinux-rolling-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on centos-7-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on centos-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on debian-11-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on debian-12-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on oraclelinux-7-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
spec/classes/agent_spec.rb#L495
zabbix::agent on oraclelinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
The logs for this run have expired and are no longer available.
Loading