ara-collection/tests/vars/mysql_tests.yaml
David Moreau Simard 3e925fe465
tests: enable ara_api_configure_cron to test it
Change-Id: I23cafd8f8c1401aa004ac65803c058164ba648d4
2021-02-24 11:38:28 -05:00

19 lines
699 B
YAML

ara_tests_cleanup: true
ara_api_root_dir: "{{ ansible_user_dir }}/.ara-tests"
ara_api_secret_key: testing
ara_api_debug: true
ara_api_log_level: DEBUG
# Set to 0 because tests could be using the offline client
ara_api_database_conn_max_age: 0
ara_api_database_engine: django.db.backends.mysql
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
_mysql_image_name: docker.io/mariadb:10