Remove Litmus from Gemfile #37
Annotations
10 warnings
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L23
Puppet::Type::Mount::ProviderParsed defaults to /etc/vfstab on Solaris
Skipped: This test only works on Solaris
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L31
Puppet::Type::Mount::ProviderParsed defaults to /etc/filesystems on AIX
Failure/Error: expect(described_class.default_target).to eq('/etc/filesystems')
expected: "/etc/filesystems"
got: "/etc/fstab"
(compared using ==)
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L198
Puppet::Type::Mount::ProviderParsed supports AIX's paragraph based /etc/filesystems
Failure/Error: expect(instances[0].name).to eq('/')
expected: "/"
got: "IBM_PROLOG_BEGIN_TAG"
(compared using ==)
|
Run unit tests:
spec/unit/type/mount_spec.rb#L469
Puppet::Type::Mount when responding to refresh 2.6.x specifies slightly different behavior and the desired behavior needs to be clarified and revisited. See ticket #4904
Failure/Error:
it 'remounts if it is supposed to be mounted' do
resource[:ensure] = 'mounted'
expect(provider).to receive(:remount)
resource.refresh
end
`it` 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).
raise WrongScopeError,
^^^^^
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L248
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes unmounted resources
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L252
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes mounted resources
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L256
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes ghost resources
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Run unit tests:
spec/integration/provider/mount_spec.rb#L144
mount provider (integration) When the wrong device is mounted remounts the correct device
Failure/Error: expect(@current_device).to eq('/dev/disk1s1')
expected: "/dev/disk1s1"
got: "/dev/disk2s2"
(compared using ==)
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L382
Puppet::Type::Mount::ProviderParsed when prefetching on solaris sets :ensure to :absent if not found in fstab and not mounted
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L361
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :unmounted if found in fstab but not mounted
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Loading