5154da4209
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/beakerlib#4d7d2d6fd07ed9218ccb4cd1fa9ccc64f23fd62c
17 lines
317 B
YAML
17 lines
317 B
YAML
---
|
|
# Test to run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/rpms/udica.git"
|
|
dest: "udica"
|
|
tests:
|
|
- udica/tests/sanity
|
|
required_packages:
|
|
- udica
|
|
- podman
|
|
|