tests: enable ara_api_configure_cron to test it
Change-Id: I23cafd8f8c1401aa004ac65803c058164ba648d4
This commit is contained in:
parent
17d360c30e
commit
3e925fe465
@ -10,6 +10,8 @@ ara_api_database_name: ara
|
||||
ara_api_database_user: ara
|
||||
ara_api_database_password: password
|
||||
ara_api_database_port: 3306
|
||||
# Configure cleanup crons to exercise the code path during tests
|
||||
ara_api_configure_cron: true
|
||||
# The host is defined dynamically based on the address of the database server
|
||||
# ara_api_database_host: 127.0.0.1
|
||||
_mysql_container_name: ara_tests_mariadb
|
||||
|
@ -10,6 +10,8 @@ ara_api_database_name: ara
|
||||
ara_api_database_user: ara
|
||||
ara_api_database_password: password
|
||||
ara_api_database_port: 5432
|
||||
# Configure cleanup crons to exercise the code path during tests
|
||||
ara_api_configure_cron: true
|
||||
# The host is defined dynamically based on the address of the database server
|
||||
# ara_api_database_host: 127.0.0.1
|
||||
_postgresql_container_name: ara-postgresql-tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user