Blob Blame History Raw
---

# Tests for Atomic
- hosts: localhost
  tags:
  - atomic
  roles:
  - role: standard-test-beakerlib
    tests:
    - libunistring-tests

# Tests for Classic and Container
- hosts: localhost
  tags:
  - classic
  - container
  roles:
  - role: standard-test-beakerlib
    tests:
    - libunistring-tests
    required_packages:
    - libunistring
    - libunistring-devel