Adding simple smoke test for qrencode according to the CI wiki [0] and standard test interface [1]. [0] https://fedoraproject.org/wiki/CI [1] https://fedoraproject.org/wiki/Changes/InvokingTests
13 lines
187 B
YAML
13 lines
187 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
tests:
|
|
- smoke
|
|
required_packages:
|
|
- qrencode
|
|
- file
|