fb57aa5
---
fb57aa5
- hosts: localhost
fb57aa5
  roles:
fb57aa5
  - role: standard-test-source
fb57aa5
    tags:
fb57aa5
      - always
fb57aa5
fb57aa5
  - role: standard-test-basic
fb57aa5
    tags:
fb57aa5
      - classic
fb57aa5
    required_packages:
fb57aa5
      - python3-pytest
fb57aa5
      - python3-appdirs
059ec19
      - python3-parameterized
fb57aa5
      - python3-six
fb57aa5
    tests:
fb57aa5
      - simple:
fb57aa5
          dir: ./source
059ec19
          run: python3 -m pytest -v --ignore tests/test_ftpfs.py
fb57aa5
fb57aa5