46412ee5ad
rpm-ostree is tested in upstream and downstream CI. This replaces existing but not-enabled tests by an initial basic functionnal test. Resolves: rhbz#2059665
10 lines
155 B
YAML
10 lines
155 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "rpm-ostree --help"
|