2314b50912
Only add an initial basic functionnal test as this package is tested in upstream and downstream CI. Resolves: rhbz#2038287
10 lines
165 B
YAML
10 lines
165 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "/usr/libexec/bootupd --help"
|