Merge "tests: enable ara_api_configure_cron to test it"
This commit is contained in:
commit
2a1dff12d3
@ -10,6 +10,8 @@ ara_api_database_name: ara
|
|||||||
ara_api_database_user: ara
|
ara_api_database_user: ara
|
||||||
ara_api_database_password: password
|
ara_api_database_password: password
|
||||||
ara_api_database_port: 3306
|
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
|
# The host is defined dynamically based on the address of the database server
|
||||||
# ara_api_database_host: 127.0.0.1
|
# ara_api_database_host: 127.0.0.1
|
||||||
_mysql_container_name: ara_tests_mariadb
|
_mysql_container_name: ara_tests_mariadb
|
||||||
|
@ -10,6 +10,8 @@ ara_api_database_name: ara
|
|||||||
ara_api_database_user: ara
|
ara_api_database_user: ara
|
||||||
ara_api_database_password: password
|
ara_api_database_password: password
|
||||||
ara_api_database_port: 5432
|
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
|
# The host is defined dynamically based on the address of the database server
|
||||||
# ara_api_database_host: 127.0.0.1
|
# ara_api_database_host: 127.0.0.1
|
||||||
_postgresql_container_name: ara-postgresql-tests
|
_postgresql_container_name: ara-postgresql-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user