[Daily] Unit Tests with nightly Puppet gem #23
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/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/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
|
Run unit tests:
spec/unit/provider/mount/parsed_spec.rb#L366
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :ghost if not found in fstab but 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#L371
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :mounted if found in fstab and mounted
Skipped: We need to double the operatingsystem fact at load time, but can't
|
Loading