Use puppet/network for network interface dependency #30
Annotations
20 errors and 2 warnings
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L35
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L42
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L50
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L58
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/classes/srp_spec.rb#L107
mofed::srp when almalinux-8-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"
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L66
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L74
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L82
mofed::interface when almalinux-8-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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L94
mofed::interface when almalinux-8-x86_64 when bonding => true 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-bond-slave-ib0#{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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 8 (Ruby 3.2.2):
spec/defines/interface_spec.rb#L106
mofed::interface when almalinux-8-x86_64 when bonding => true, no slave interfaces is expected to fail to compile and raise an error matching /No slave interfaces given for bonding interface/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{No slave interfaces given for bonding interface}) }
error during compilation: 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-az575-63.txkdwr3xd4ruhezurzmahy12zg.cx.internal.cloudapp.net
|
Puppet 7 (Ruby 2.7.7):
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"
|
Puppet 7 (Ruby 2.7.7):
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"
|
Puppet 7 (Ruby 2.7.7):
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"
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 7 (Ruby 2.7.7):
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
|
Puppet 8 (Ruby 3.2.2)
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/
|
Puppet 7 (Ruby 2.7.7)
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/
|