Merge pull request #60 from mhashizume/maint/main/beaker-bump #34
unit_tests.yaml
on: push
Matrix: Nightly / unit_tests_with_nightly_puppet_gem
Matrix: Released / unit_tests_with_released_puppet_gem
Annotations
80 warnings
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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,
^^^^^
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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 ==)
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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,
^^^^^
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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 ==)
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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 ==)
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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 ==)
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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 ==)
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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,
^^^^^
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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).
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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,
^^^^^
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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 ==)
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet8 gem on Ruby 3.1 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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 ==)
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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 ==)
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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).
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Released / Puppet7 gem on Ruby 2.7 on macOS:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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 ==)
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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).
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|
Nightly / Puppet7 gem on Ruby 2.7 on macOS:
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
|