parted/tests/tests.yml
Bruno Goncalves c4782e273c update test.yml
make sure git is installed in the VM before extracting the source
2020-07-23 13:59:53 +02:00

15 lines
246 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- dnf
- rpm-build
- git
- role: standard-test-basic
tests:
- simple:
run: "./run_tests.sh {{ tenv_workdir }}"