4aedd70
---
4aedd70
- hosts: localhost
4aedd70
  remote_user: root
4aedd70
  vars:
4aedd70
    ds_repo_url: https://pagure.io/389-ds-base.git
4aedd70
    ds_repo_dir: ds
4aedd70
    ds_tests: "{{ ds_repo_dir }}/dirsrvtests/tests"
4aedd70
    pytest: py.test-3
4aedd70
    pytest_args: "-v --continue-on-collection-errors"
4aedd70
    pytest_tests: "suites/basic"
4aedd70
    artifacts: ./artifacts
4aedd70
  roles:
4aedd70
  - role: standard-test-basic
4aedd70
    tags:
4aedd70
    - classic
4aedd70
    repositories:
4aedd70
    - repo: "{{ ds_repo_url }}"
4aedd70
      dest: "{{ ds_repo_dir }}"
4aedd70
    tests:
4aedd70
    - basic:
4aedd70
        dir: "{{ ds_tests }}"
4aedd70
        run: "{{ pytest }} {{ pytest_args }} {{ pytest_tests }}"
4aedd70
    required_packages:
4aedd70
    - python3-pytest
4aedd70
    - 389-ds-base
4aedd70
    - 389-ds-base-snmp
4aedd70
    - 389-ds-base-legacy-tools