fix for possible wierd path issues executing subscription-manager #83
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / unit
Puppet
/
Test suite
9s
Annotations
15 errors and 2 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L35
rhsm on supported OS redhat-7-x86_64 with provided password and username is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --username='username' --password='password'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L70
rhsm on supported OS redhat-7-x86_64 with provided org and activation key is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L124
rhsm on supported OS redhat-7-x86_64 with proxy scheme set to https is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L35
rhsm on supported OS redhat-8-x86_64 with provided password and username is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --username='username' --password='password'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L70
rhsm on supported OS redhat-8-x86_64 with provided org and activation key is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L124
rhsm on supported OS redhat-8-x86_64 with proxy scheme set to https is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443") but it is set to #<Sensitive [value redacted]>
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L35
rhsm on supported OS redhat-7-x86_64 with provided password and username is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --username='username' --password='password'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L70
rhsm on supported OS redhat-7-x86_64 with provided org and activation key is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L124
rhsm on supported OS redhat-7-x86_64 with proxy scheme set to https is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L35
rhsm on supported OS redhat-8-x86_64 with provided password and username is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --username='username' --password='password'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --username='username' --password='password'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L70
rhsm on supported OS redhat-8-x86_64 with provided org and activation key is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key'")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key'") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L124
rhsm on supported OS redhat-8-x86_64 with proxy scheme set to https is expected to contain Exec[RHSM-register] with command => Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
Failure/Error:
is_expected.to contain_exec('RHSM-register').with(
command: sensitive("subscription-manager register --name='#{facts[:fqdn]}' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443")
)
expected that the catalogue would contain Exec[RHSM-register] with command set to Sensitive("subscription-manager register --name='foo.example.com' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443") but it is set to #<Sensitive [value redacted]>
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 6
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|