autotrace/tests/tests.yml
Parag Nemade 331c09e67f
Resolves:rhbz#1961993 - Add gating tests
Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
2021-05-21 12:04:16 +05:30

18 lines
384 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- autotrace
# Fetch tests from GitHub upstream.
repositories:
- repo: https://github.com/autotrace/autotrace.git
dest: autotrace
tests:
- unittests:
dir: autotrace/tests
run: AUTOTRACE=/usr/bin/autotrace sh ./runtests.sh
- smoke