Blob Blame History Raw
---
- hosts: localhost
  roles:
  - role: standard-test-source # Fetch source tarball and unpack it into the test environment, under directory "source/"
    tags:
    - always
  - role: standard-test-basic
    tags:
    - classic
    tests:
    - simple:
        dir: source
        run: make test TEST_INSTALLED=true
    required_packages:
    - libdnf-plugin-swidtags
    - make
    - dnf
    - tar
    - microdnf
    - PackageKit