d3db3c8cb5
Resolves: rhbz#1962811 Files from test directory are updated from the internal 8.5.0 repo
14 lines
315 B
YAML
14 lines
315 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
tests:
|
|
- sanity
|
|
required_packages:
|
|
- shadow-utils # sanity test needs shadow-utils
|
|
- python3-devel # sanity test needs python3
|