run foreman in a container #1606
Annotations
10 errors
Run tests:
spec/classes/foreman_database_spec.rb#L14
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:migrate]
Failure/Error: it { should contain_foreman__rake('db:migrate') }
expected that the catalogue would contain Foreman::Rake[db:migrate]
|
Run tests:
spec/classes/foreman_database_spec.rb#L15
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman_config_entry[db_pending_seed]
Failure/Error: it { should contain_foreman_config_entry('db_pending_seed') }
expected that the catalogue would contain Foreman_config_entry[db_pending_seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L16
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:seed]
Failure/Error: it { should contain_foreman__rake('db:seed') }
expected that the catalogue would contain Foreman::Rake[db:seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L38
foreman on centos-8-x86_64 with seed parameters is expected to contain Foreman::Rake[db:seed] with environment => {"SEED_ADMIN_USER"=>"joe", "SEED_ADMIN_PASSWORD"=>"secret"}
Failure/Error:
should contain_foreman__rake('db:seed')
.with_environment(
'SEED_ADMIN_USER' => 'joe',
'SEED_ADMIN_PASSWORD' => 'secret'
)
expected that the catalogue would contain Foreman::Rake[db:seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L14
foreman on centos-9-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:migrate]
Failure/Error: it { should contain_foreman__rake('db:migrate') }
expected that the catalogue would contain Foreman::Rake[db:migrate]
|
Run tests:
spec/classes/foreman_database_spec.rb#L15
foreman on centos-9-x86_64 with db_manage set to false is expected to contain Foreman_config_entry[db_pending_seed]
Failure/Error: it { should contain_foreman_config_entry('db_pending_seed') }
expected that the catalogue would contain Foreman_config_entry[db_pending_seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L16
foreman on centos-9-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:seed]
Failure/Error: it { should contain_foreman__rake('db:seed') }
expected that the catalogue would contain Foreman::Rake[db:seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L38
foreman on centos-9-x86_64 with seed parameters is expected to contain Foreman::Rake[db:seed] with environment => {"SEED_ADMIN_USER"=>"joe", "SEED_ADMIN_PASSWORD"=>"secret"}
Failure/Error:
should contain_foreman__rake('db:seed')
.with_environment(
'SEED_ADMIN_USER' => 'joe',
'SEED_ADMIN_PASSWORD' => 'secret'
)
expected that the catalogue would contain Foreman::Rake[db:seed]
|
Run tests:
spec/classes/foreman_database_spec.rb#L14
foreman on debian-11-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:migrate]
Failure/Error: it { should contain_foreman__rake('db:migrate') }
expected that the catalogue would contain Foreman::Rake[db:migrate]
|
Run tests:
spec/classes/foreman_database_spec.rb#L15
foreman on debian-11-x86_64 with db_manage set to false is expected to contain Foreman_config_entry[db_pending_seed]
Failure/Error: it { should contain_foreman_config_entry('db_pending_seed') }
expected that the catalogue would contain Foreman_config_entry[db_pending_seed]
|
Loading