Remove Certguard and File installation as plugin #1377
Annotations
5 errors
Run tests:
spec/classes/pulpcore_spec.rb#L654
pulpcore on centos-8-x86_64 configured for 12 workers and only 8 processors allows configuring more workers than processors
Failure/Error:
context 'with pulp2 content route' do
let(:params) { { use_pulp2_file_content_route: true } }
it 'contains the Apache fragment' do
is_expected.to compile.with_all_deps
is_expected.to contain_pulpcore__apache__fragment('plugin-file')
is_expected.to contain_apache__vhost__fragment('pulpcore-http-plugin-file')
.with_content(
<<CONTENT
`context` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
Run tests:
spec/classes/pulpcore_spec.rb#L654
pulpcore on centos-9-x86_64 configured for 12 workers and only 8 processors allows configuring more workers than processors
Failure/Error:
context 'with pulp2 content route' do
let(:params) { { use_pulp2_file_content_route: true } }
it 'contains the Apache fragment' do
is_expected.to compile.with_all_deps
is_expected.to contain_pulpcore__apache__fragment('plugin-file')
is_expected.to contain_apache__vhost__fragment('pulpcore-http-plugin-file')
.with_content(
<<CONTENT
`context` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
Run tests:
spec/classes/pulpcore_spec.rb#L654
pulpcore on redhat-8-x86_64 configured for 12 workers and only 8 processors allows configuring more workers than processors
Failure/Error:
context 'with pulp2 content route' do
let(:params) { { use_pulp2_file_content_route: true } }
it 'contains the Apache fragment' do
is_expected.to compile.with_all_deps
is_expected.to contain_pulpcore__apache__fragment('plugin-file')
is_expected.to contain_apache__vhost__fragment('pulpcore-http-plugin-file')
.with_content(
<<CONTENT
`context` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
Run tests:
spec/classes/pulpcore_spec.rb#L654
pulpcore on redhat-9-x86_64 configured for 12 workers and only 8 processors allows configuring more workers than processors
Failure/Error:
context 'with pulp2 content route' do
let(:params) { { use_pulp2_file_content_route: true } }
it 'contains the Apache fragment' do
is_expected.to compile.with_all_deps
is_expected.to contain_pulpcore__apache__fragment('plugin-file')
is_expected.to contain_apache__vhost__fragment('pulpcore-http-plugin-file')
.with_content(
<<CONTENT
`context` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
Run tests
Process completed with exit code 1.
|
Loading