7db27f4
---
7db27f4
- hosts: localhost
7db27f4
  roles:
7db27f4
  - role: standard-test-source
7db27f4
    tags:
7db27f4
    - always
7db27f4
7db27f4
  - role: standard-test-basic
7db27f4
    tags:
7db27f4
    - classic
7db27f4
    required_packages:
7db27f4
    - "python3-pytest"
7db27f4
    - "python3-mock"
7db27f4
    - "anaconda"
7db27f4
    tests:
7db27f4
    - smoke:
7db27f4
        run: "PYTHONPATH=/usr/share/anaconda/addons py.test-3 ."
7db27f4
        dir: "./source/tests"
7db27f4
7db27f4
  - role: standard-test-beakerlib
7db27f4
    tags:
7db27f4
    - classic
7db27f4
    required_packages:
7db27f4
    - "python3-pytest"  # Not needed for this test, it is just a temp workaround for an Ansible bug https://github.com/ansible/ansible/issues/57365
7db27f4
    - "python3-mock"  # Not needed for this test, it is just a temp workaround for an Ansible bug https://github.com/ansible/ansible/issues/57365
7db27f4
    - "anaconda"
7db27f4
    tests:
7db27f4
    - Sanity/dir-install:
7db27f4
        timeout: 1h