Michel Alexandre Salim 01f1db
---
Michel Alexandre Salim 01f1db
# - hosts: localhost
Michel Alexandre Salim 01f1db
- hosts: all
Michel Alexandre Salim 01f1db
  roles:
Michel Alexandre Salim 01f1db
    - role: standard-test-source
Michel Alexandre Salim 01f1db
      tags:
Michel Alexandre Salim 01f1db
        - always
Michel Alexandre Salim 01f1db
Michel Alexandre Salim 01f1db
    - role: standard-test-basic
Michel Alexandre Salim 01f1db
      tags:
Michel Alexandre Salim 01f1db
        - atomic
Michel Alexandre Salim 01f1db
        - classic
Michel Alexandre Salim 01f1db
      required_packages:
Michel Alexandre Salim 01f1db
        - python3
Michel Alexandre Salim 01f1db
        - python3-dbus
Michel Alexandre Salim 01f1db
        - libblockdev-plugins-all
Michel Alexandre Salim 01f1db
      tests:
Michel Alexandre Salim 01f1db
        - unit-tests:
Michel Alexandre Salim 01f1db
            dir: .
Michel Alexandre Salim 01f1db
            run: ./unit_testing.sh
Michel Alexandre Salim 01f1db