tests: port smoke test from RHEL8

This adds back a gating smoke test from RHEL8, that went missing
at some point during the sync.

Related: rhbz#2011539
This commit is contained in:
Luca BRUNO 2021-11-25 14:30:19 +00:00
parent d5309c7ee7
commit c083705cd4
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
1 changed files with 9 additions and 0 deletions

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "ostree --help"