Use puppet/network for network interface dependency #30
Annotations
10 errors and 1 warning
spec/classes/srp_spec.rb#L107
mofed::srp when centos-7-x86_64 when ports defined is expected to contain Systemd::Unit_file[[email protected]] with ensure => "file"
Failure/Error: is_expected.to contain_systemd__unit_file('[email protected]').with_ensure('file')
expected that the catalogue would contain Systemd::Unit_file[[email protected]] with ensure set to "file" but it is set to "present"
|
spec/classes/srp_spec.rb#L107
mofed::srp when redhat-9-x86_64 when ports defined is expected to contain Systemd::Unit_file[[email protected]] with ensure => "file"
Failure/Error: is_expected.to contain_systemd__unit_file('[email protected]').with_ensure('file')
expected that the catalogue would contain Systemd::Unit_file[[email protected]] with ensure set to "file" but it is set to "present"
|
spec/classes/srp_spec.rb#L107
mofed::srp when rocky-9-x86_64 when ports defined is expected to contain Systemd::Unit_file[[email protected]] with ensure => "file"
Failure/Error: is_expected.to contain_systemd__unit_file('[email protected]').with_ensure('file')
expected that the catalogue would contain Systemd::Unit_file[[email protected]] with ensure set to "file" but it is set to "present"
|
spec/defines/interface_spec.rb#L35
mofed::interface when centos-7-x86_64 is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with ensure => "present", owner => "root", group => "root" and mode => "0644"
Failure/Error:
is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with('ensure' => 'present',
'owner' => 'root',
'group' => 'root',
'mode' => '0644')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L42
mofed::interface when centos-7-x86_64 is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with content supplied string
Failure/Error:
is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0') \
.with_content(my_fixture_read("ifcfg-ib0_with_connected_mode#{fixture_suffix}"))
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L50
mofed::interface when centos-7-x86_64 when ensure => absent is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with ensure => "absent"
Failure/Error: it { is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L58
mofed::interface when centos-7-x86_64 when enable => false is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with_content(my_fixture_read("ifcfg-ib0_with_onboot_no#{fixture_suffix}")) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L66
mofed::interface when centos-7-x86_64 when connected_mode => no is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with_content(my_fixture_read("ifcfg-ib0_without_connected_mode#{fixture_suffix}")) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L74
mofed::interface when centos-7-x86_64 when mtu => 65520 is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with_content(my_fixture_read("ifcfg-ib0_with_mtu#{fixture_suffix}")) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
spec/defines/interface_spec.rb#L82
mofed::interface when centos-7-x86_64 when gateway => 192.168.1.254 is expected to contain File[/etc/sysconfig/network-scripts/ifcfg-ib0] with content supplied string
Failure/Error: it { is_expected.to contain_file('/etc/sysconfig/network-scripts/ifcfg-ib0').with_content(my_fixture_read("ifcfg-ib0_with_gateway#{fixture_suffix}")) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'mofed::osfamily'. (file: /home/runner/work/puppet-module-mofed/puppet-module-mofed/spec/fixtures/modules/mofed/manifests/interface.pp, line: 58, column: 6) (line: 2) on node fv-az1542-332.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading