lvrabec / rpms / udica

Forked from rpms/udica 5 years ago
Clone
94598a1
- hosts: localhost
94598a1
  tags:
94598a1
  - classic
94598a1
  - container
94598a1
  roles:
94598a1
  - role: standard-test-source
94598a1
94598a1
  - role: standard-test-basic
94598a1
    required_packages:
94598a1
    - python3
94598a1
    tests:
94598a1
    - smoke:
94598a1
        dir: ./source/tests
94598a1
        run: python3 -m unittest
05d2672
    - smoke2:
05d2672
        dir: ./source/tests
05d2672
        run: python3 test_main.py selinux_enabled
0ed8760
0ed8760
  - role: standard-test-beakerlib
0ed8760
    tags:
0ed8760
        - classic
0ed8760
    tests:
0ed8760
        - sanity
0ed8760
    required_packages:
0ed8760
        - podman