Refactor unit test #65
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L14
openvmtools os freebsd-10-amd64 is expected to contain Package[open-vm-tools]
Failure/Error: it { is_expected.to contain_package('open-vm-tools') }
expected that the catalogue would contain Package[open-vm-tools]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os freebsd-10-amd64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os freebsd-10-amd64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os debian-11-x86_64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os debian-11-x86_64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os debian-12-x86_64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os debian-12-x86_64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L14
openvmtools os freebsd-11-amd64 is expected to contain Package[open-vm-tools]
Failure/Error: it { is_expected.to contain_package('open-vm-tools') }
expected that the catalogue would contain Package[open-vm-tools]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os freebsd-11-amd64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 8 (Ruby 3.2):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os freebsd-11-amd64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L14
openvmtools os freebsd-10-amd64 is expected to contain Package[open-vm-tools]
Failure/Error: it { is_expected.to contain_package('open-vm-tools') }
expected that the catalogue would contain Package[open-vm-tools]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os freebsd-10-amd64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os freebsd-10-amd64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L14
openvmtools os freebsd-12-amd64 is expected to contain Package[open-vm-tools]
Failure/Error: it { is_expected.to contain_package('open-vm-tools') }
expected that the catalogue would contain Package[open-vm-tools]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os freebsd-12-amd64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os freebsd-12-amd64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L14
openvmtools os freebsd-11-amd64 is expected to contain Package[open-vm-tools]
Failure/Error: it { is_expected.to contain_package('open-vm-tools') }
expected that the catalogue would contain Package[open-vm-tools]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os freebsd-11-amd64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L26
openvmtools os freebsd-11-amd64 is expected to contain Service[vmtoolsd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vmtoolsd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vmtoolsd]
|
Puppet / 7 (Ruby 2.7):
spec/classes/openvmtools_init_spec.rb#L17
openvmtools os debian-11-x86_64 is expected to contain Service[vgauthd] with ensure => "running", enable => true, hasstatus => true and require => "[Package[open-vm-tools]{:name=>\"open-vm-tools\"}]"
Failure/Error:
is_expected.to contain_service('vgauthd').with(
ensure: 'running',
enable: true,
hasstatus: true,
require: '[Package[open-vm-tools]{:name=>"open-vm-tools"}]'
)
expected that the catalogue would contain Service[vgauthd]
|