Switch from mocha to rspec mocks #60
Annotations
2 errors and 11 warnings
spec/unit/puppet/provider/krb5kdc_auto_keytabs/generate_keytabs_spec.rb#L97
Puppet::Type::Krb5kdc_auto_keytabs::ProviderGenerate when generating keytabs does not have any errors
Failure/Error: provider.expects(:execute).with(%r{ktadd.*.+/#{test_host}@#{test_realm}})
NoMethodError:
undefined method `expects' for Krb5kdc_auto_keytabs[__default__](provider=generate):Puppet::Type::Krb5kdc_auto_keytabs::ProviderGenerate
Did you mean? execute
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
spec/defines/kdc/realm_spec.rb#L48
krb5::kdc::realm with supported operating systems on almalinux-8-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[add_admin_principal_puppet_auto]
Failure/Error: expect(subject).not_to create_exec('add_admin_principal_puppet_auto')
expected that the catalogue would not contain Exec[add_admin_principal_puppet_auto]
|
spec/defines/kdc/realm_spec.rb#L53
krb5::kdc::realm with supported operating systems on almalinux-8-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[create_admin_principal_puppet_auto_keytab]
Failure/Error: expect(subject).not_to create_exec('create_admin_principal_puppet_auto_keytab')
expected that the catalogue would not contain Exec[create_admin_principal_puppet_auto_keytab]
|
spec/defines/kdc/realm_spec.rb#L48
krb5::kdc::realm with supported operating systems on almalinux-9-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[add_admin_principal_puppet_auto]
Failure/Error: expect(subject).not_to create_exec('add_admin_principal_puppet_auto')
expected that the catalogue would not contain Exec[add_admin_principal_puppet_auto]
|
spec/defines/kdc/realm_spec.rb#L53
krb5::kdc::realm with supported operating systems on almalinux-9-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[create_admin_principal_puppet_auto_keytab]
Failure/Error: expect(subject).not_to create_exec('create_admin_principal_puppet_auto_keytab')
expected that the catalogue would not contain Exec[create_admin_principal_puppet_auto_keytab]
|
spec/defines/kdc/realm_spec.rb#L48
krb5::kdc::realm with supported operating systems on amazon-2-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[add_admin_principal_puppet_auto]
Failure/Error: expect(subject).not_to create_exec('add_admin_principal_puppet_auto')
expected that the catalogue would not contain Exec[add_admin_principal_puppet_auto]
|
spec/defines/kdc/realm_spec.rb#L53
krb5::kdc::realm with supported operating systems on amazon-2-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[create_admin_principal_puppet_auto_keytab]
Failure/Error: expect(subject).not_to create_exec('create_admin_principal_puppet_auto_keytab')
expected that the catalogue would not contain Exec[create_admin_principal_puppet_auto_keytab]
|
spec/defines/kdc/realm_spec.rb#L48
krb5::kdc::realm with supported operating systems on centos-7-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[add_admin_principal_puppet_auto]
Failure/Error: expect(subject).not_to create_exec('add_admin_principal_puppet_auto')
expected that the catalogue would not contain Exec[add_admin_principal_puppet_auto]
|
spec/defines/kdc/realm_spec.rb#L53
krb5::kdc::realm with supported operating systems on centos-7-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[create_admin_principal_puppet_auto_keytab]
Failure/Error: expect(subject).not_to create_exec('create_admin_principal_puppet_auto_keytab')
expected that the catalogue would not contain Exec[create_admin_principal_puppet_auto_keytab]
|
spec/defines/kdc/realm_spec.rb#L48
krb5::kdc::realm with supported operating systems on centos-8-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[add_admin_principal_puppet_auto]
Failure/Error: expect(subject).not_to create_exec('add_admin_principal_puppet_auto')
expected that the catalogue would not contain Exec[add_admin_principal_puppet_auto]
|
spec/defines/kdc/realm_spec.rb#L53
krb5::kdc::realm with supported operating systems on centos-8-x86_64 with catalysts disabled and initialize = false is expected not to contain Exec[create_admin_principal_puppet_auto_keytab]
Failure/Error: expect(subject).not_to create_exec('create_admin_principal_puppet_auto_keytab')
expected that the catalogue would not contain Exec[create_admin_principal_puppet_auto_keytab]
|
This job failed
Loading