run foreman in a container #1617
Annotations
10 errors
|
Run tests:
spec/classes/foreman_service_spec.rb#L22
foreman::service without apache is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L23
foreman::service without apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true
Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L24
foreman::service without apache is expected to contain Service[foreman] that comes before Service[foreman.socket]
Failure/Error: it { is_expected.to contain_service('foreman').with_ensure('running').with_enable(true).that_comes_before('Service[foreman.socket]') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L32
foreman::service with apache is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L33
foreman::service with apache is expected to contain Class[foreman::service] that requires Class[apache::service]
Failure/Error: it { is_expected.to contain_class('foreman::service').that_requires('Class[apache::service]') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L34
foreman::service with apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true
Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L35
foreman::service with apache is expected to contain Service[foreman] that comes before Service[foreman.socket]
Failure/Error: it { is_expected.to contain_service('foreman').with_ensure('running').with_enable(true).that_comes_before('Service[foreman.socket]') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_service_spec.rb#L40
foreman::service with apache without ssl is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 38, column: 6) on node fv-az1210-788.u01o3k0fnecuzb3k2fx4wwelcf.cx.internal.cloudapp.net
|
Run tests
The operation was canceled.
|
Loading