drop support for EL7 #93
Annotations
10 errors
Run tests:
spec/classes/epel_spec.rb#L25
epel on redhat-7-x86_64 is expected to contain Class[epel]
Failure/Error: it { is_expected.to contain_class('epel') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Run tests:
spec/classes/epel_spec.rb#L26
epel on redhat-7-x86_64 is expected to contain Class[epel::params]
Failure/Error: it { is_expected.to contain_class('epel::params') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Run tests:
spec/classes/shared_base.rb#L6
epel on redhat-7-x86_64 behaves like base 7 is expected to contain Yumrepo[epel] with proxy => "absent", enabled => "1", gpgcheck => "1" and repo_gpgcheck => "0"
Failure/Error:
expect(subject).to contain_yumrepo('epel').with(
proxy: 'absent',
enabled: '1',
gpgcheck: '1',
repo_gpgcheck: '0'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "base" called from ./spec/classes/shared_base.rb:43
Shared Example Group: "base 7" called from ./spec/classes/epel_spec.rb:30
|
Run tests:
spec/classes/shared_base.rb#L45
epel on redhat-7-x86_64 behaves like base 7 is expected to contain Yumrepo[epel] with mirrorlist => "https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7", descr => "Extra Packages for Enterprise Linux 7 - $basearch" and failovermethod => "priority"
Failure/Error:
expect(subject).to contain_yumrepo('epel').with(
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch',
gpgkey: 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7',
descr: 'Extra Packages for Enterprise Linux 7 - $basearch',
failovermethod: 'priority'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "base 7" called from ./spec/classes/epel_spec.rb:30
|
Run tests:
spec/classes/shared_gpgkey.rb#L44
epel on redhat-7-x86_64 behaves like gpgkey 7 is expected to contain File[/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7] with ensure => "file", owner => "root", group => "root" and mode => "0644"
Failure/Error:
expect(subject).to contain_file('/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7').with(
ensure: 'file',
owner: 'root',
group: 'root',
mode: '0644'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "gpgkey 7" called from ./spec/classes/epel_spec.rb:31
|
Run tests:
spec/classes/shared_gpgkey.rb#L55
epel on redhat-7-x86_64 behaves like gpgkey 7 is expected to contain Epel::Rpm_gpg_key[EPEL-7] with path => "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7"
Failure/Error:
expect(subject).to contain_epel__rpm_gpg_key('EPEL-7').with(
path: '/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "gpgkey 7" called from ./spec/classes/epel_spec.rb:31
|
Run tests:
spec/classes/shared_source.rb#L6
epel on redhat-7-x86_64 behaves like epel source 7 is expected to contain Yumrepo[epel-source] with proxy => "absent", enabled => "0", gpgcheck => "1" and repo_gpgcheck => "0"
Failure/Error:
expect(subject).to contain_yumrepo('epel-source').with(
proxy: 'absent',
enabled: '0',
gpgcheck: '1',
repo_gpgcheck: '0'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "epel source" called from ./spec/classes/shared_source.rb:43
Shared Example Group: "epel source 7" called from ./spec/classes/epel_spec.rb:32
|
Run tests:
spec/classes/shared_source.rb#L45
epel on redhat-7-x86_64 behaves like epel source 7 is expected to contain Yumrepo[epel-source] with mirrorlist => "https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7", descr => "Extra Packages for Enterprise Linux 7 - $basearch - Source" and failovermethod => "priority"
Failure/Error:
expect(subject).to contain_yumrepo('epel-source').with(
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch',
gpgkey: 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7',
descr: 'Extra Packages for Enterprise Linux 7 - $basearch - Source',
failovermethod: 'priority'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "epel source 7" called from ./spec/classes/epel_spec.rb:32
|
Run tests:
spec/classes/shared_debuginfo.rb#L6
epel on redhat-7-x86_64 behaves like epel debuginfo 7 is expected to contain Yumrepo[epel-debuginfo] with proxy => "absent", enabled => "0", gpgcheck => "1" and repo_gpgcheck => "0"
Failure/Error:
expect(subject).to contain_yumrepo('epel-debuginfo').with(
proxy: 'absent',
enabled: '0',
gpgcheck: '1',
repo_gpgcheck: '0'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "epel debuginfo" called from ./spec/classes/shared_debuginfo.rb:43
Shared Example Group: "epel debuginfo 7" called from ./spec/classes/epel_spec.rb:33
|
Run tests:
spec/classes/shared_debuginfo.rb#L45
epel on redhat-7-x86_64 behaves like epel debuginfo 7 is expected to contain Yumrepo[epel-debuginfo] with mirrorlist => "https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch", gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7", descr => "Extra Packages for Enterprise Linux 7 - $basearch - Debug" and failovermethod => "priority"
Failure/Error:
expect(subject).to contain_yumrepo('epel-debuginfo').with(
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch',
gpgkey: 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7',
descr: 'Extra Packages for Enterprise Linux 7 - $basearch - Debug',
failovermethod: 'priority'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /home/runner/work/puppet-epel/puppet-epel/spec/fixtures/modules/epel/manifests/init.pp, line: 114, column: 58) on node fv-az1536-676.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
Shared Example Group: "epel debuginfo 7" called from ./spec/classes/epel_spec.rb:33
|
Loading