Merge "tests: enable ara_api_configure_cron to test it"

This commit is contained in:
Zuul 2021-02-24 18:51:09 +00:00 committed by Gerrit Code Review
commit 2a1dff12d3
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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