
This imports the role integration test playbooks and Zuul CI jobs from the main ara repository. The distributed-sqlite job is meant to be voting but there is a regression that needs to be addressed first [1]. [1]: https://github.com/ansible-community/ara/issues/149 Change-Id: I19af271b6740c953cb29872e2474fb6d5a7a03d2
15 lines
484 B
YAML
15 lines
484 B
YAML
ara_tests_cleanup: true
|
|
ara_api_root_dir: "{{ ansible_user_dir }}/.ara-tests"
|
|
ara_api_distributed_sqlite_root: "{{ ansible_user_dir }}/.ara-tests"
|
|
ara_api_distributed_sqlite_prefix: ara-test-report
|
|
ara_api_wsgi_server: gunicorn
|
|
ara_api_secret_key: testing
|
|
ara_api_debug: true
|
|
ara_api_log_level: DEBUG
|
|
ara_api_server: "http://127.0.0.1:8000"
|
|
ara_api_client: http
|
|
_test_directories:
|
|
- "tests/some/path/ara-test-report"
|
|
- "tests/dev/ara-test-report"
|
|
- "tests/prod/ara-test-report"
|