c083705cd4
This adds back a gating smoke test from RHEL8, that went missing at some point during the sync. Related: rhbz#2011539
10 lines
151 B
YAML
10 lines
151 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "ostree --help"
|