bind/tests/tests.yml

12 lines
271 B
YAML
Raw Normal View History

2017-12-11 16:15:11 +00:00
---
# This first play always runs on the local staging system
- hosts: localhost
roles:
2018-06-13 14:52:36 +00:00
- role: standard-test-beakerlib
2017-12-11 16:15:11 +00:00
tags:
- classic
tests:
- repo: "https://src.fedoraproject.org/tests/bind.git"
dest: "bind-tests"
fmf_filter: "tier: 1"