File: distributed_sqlite_tests.yaml

package info (click to toggle)
python-ara 1.5.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,460 kB
  • sloc: python: 6,493; sh: 215; makefile: 15; javascript: 2
file content (14 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"