db10b62391
Only add an initial basic functionnal test as this package is tested in upstream and downstream CI. Resolves: rhbz#2038284
10 lines
154 B
YAML
10 lines
154 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "afterburn --help"
|