Refactor unit test #65
Annotations
10 errors
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Run tests:
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]
|
Loading