modulesync 9.1.0 #79
Annotations
4 errors
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='' --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='' --username='username' --password='password'") but it is set to #<Sensitive [value redacted]>
|
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='' --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='' --org='org' --activationkey='key'") but it is set to #<Sensitive [value redacted]>
|
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='' --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='' --org='org' --activationkey='key' --proxy=https://proxy.example.com:443") but it is set to #<Sensitive [value redacted]>
|
|
This job failed
Loading