Support wsgi on python 3.8 and 3.9 on rhel8 #224
Annotations
10 errors
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on almalinux-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) }
expected Puppet::Error with message matching /python version not supported/ but nothing was raised
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on centos-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/
Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) }
expected Puppet::Error with message matching /python version not supported/ but nothing was raised
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
|
spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi"
Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) }
expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
|
This job failed
Loading