Refs #37707 - Support purging container_gateway #1558
Annotations
3 errors
spec/acceptance/container_gateway_spec.rb#L12
Scenario: install foreman-proxy with container_gateway plugin is created is expected to be file
Failure/Error: it { expect(file('/etc/foreman_proxy/settings.d/container_gateway.yml')).to be_file }
expected `File "/etc/foreman_proxy/settings.d/container_gateway.yml".file?` to be truthy, got false
|
spec/acceptance/container_gateway_spec.rb#L30
Scenario: install foreman-proxy with container_gateway plugin and purge it behaves like an idempotent resource it is purged is expected not to be installed
Failure/Error: it { expect(package('rubygem-smart_proxy_container_gateway')).not_to be_installed }
expected Package "rubygem-smart_proxy_container_gateway" not to be installed
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/container_gateway_spec.rb:21
|
|
This job failed
Loading