(PA-7215) Add Amazonfips as a supported platform #39
unit_tests.yaml
on: pull_request
Matrix: Nightly / unit_tests_with_nightly_puppet_gem
Matrix: Released / unit_tests_with_released_puppet_gem
Annotations
90 warnings
|
Nightly / Puppet8 gem on Ruby 3.1 on Linux
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
|
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
|
|
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/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 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#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/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
|
|
Released / Puppet8 gem on Ruby 3.1 on Linux
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
|
Released / Puppet8 gem on Ruby 3.1 on Linux
Cache not found for keys: setup-ruby-bundler-cache-v6-ubuntu-20.04-x64-ruby-3.1.6-wd-/home/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-1e2c3fa604fcf130cd865aed49bac3de93512508fdc398c81219f6819d974773, setup-ruby-bundler-cache-v6-ubuntu-20.04-x64-ruby-3.1.6-wd-/home/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-
|
|
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/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
|
|
Released / Puppet8 gem on Ruby 3.1 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 / 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/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#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/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 / Puppet8 gem on Ruby 3.1 on macOS
Cache not found for keys: setup-ruby-bundler-cache-v6-macos-14-arm64-ruby-3.1.6-wd-/Users/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-f46b043719bff95fbfa9eb9c6094051caf839057cceb043b5edd604cea4de54e, setup-ruby-bundler-cache-v6-macos-14-arm64-ruby-3.1.6-wd-/Users/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-
|
|
Released / Puppet7 gem on Ruby 2.7 on Linux
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
|
Released / Puppet7 gem on Ruby 2.7 on Linux
Cache not found for keys: setup-ruby-bundler-cache-v6-ubuntu-20.04-x64-ruby-2.7.8-wd-/home/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-62d0b91cb490e4e9c487ff42d91836bc5975e872707666440a0b3afb702a3583, setup-ruby-bundler-cache-v6-ubuntu-20.04-x64-ruby-2.7.8-wd-/home/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-
|
|
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 / 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
|
|
Nightly / Puppet7 gem on Ruby 2.7 on Linux
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
|
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/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
|
|
Nightly / 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
|
|
Nightly / 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
|
|
Released / Puppet7 gem on Ruby 2.7 on macOS
Cache not found for keys: setup-ruby-bundler-cache-v6-macos-14-arm64-ruby-2.7.8-wd-/Users/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-eb01fa524ee2057315c43cd2514b108d4cfcafc4292e75891452c996afddb3ea, setup-ruby-bundler-cache-v6-macos-14-arm64-ruby-2.7.8-wd-/Users/runner/work/puppetlabs-mount_core/puppetlabs-mount_core-with--without--only--Gemfile.lock-
|
|
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/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 / 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 / Puppet8 gem on Ruby 3.1 on Windows
Cache not found for keys: setup-ruby-bundler-cache-v6-windows-2019-x64-ruby-3.1.6-wd-D:\a\puppetlabs-mount_core\puppetlabs-mount_core-with--without--only--Gemfile.lock-3c0185cfd093b863af35818157a939c287697a37b9ff2687fd05203d10a04138, setup-ruby-bundler-cache-v6-windows-2019-x64-ruby-3.1.6-wd-D:\a\puppetlabs-mount_core\puppetlabs-mount_core-with--without--only--Gemfile.lock-
|
|
Released / Puppet7 gem on Ruby 2.7 on Windows
Cache not found for keys: setup-ruby-bundler-cache-v6-windows-2019-x64-ruby-2.7.8-wd-D:\a\puppetlabs-mount_core\puppetlabs-mount_core-with--without--only--Gemfile.lock-b0de806c559956f2c96faa5f5c1c13aa3336b088874f60370c32d6339cf15fea, setup-ruby-bundler-cache-v6-windows-2019-x64-ruby-2.7.8-wd-D:\a\puppetlabs-mount_core\puppetlabs-mount_core-with--without--only--Gemfile.lock-
|