python-avocado/test/help-usage-1/runtask.yml
Merlin Mathesius 9f6f5dcf7f Sync with upstream release 47.0.
Enable self-tests during build.
Add example test to be run by Taskotron.
2017-03-27 15:20:51 -05:00

29 lines
559 B
YAML

---
name: help-usage-1
desc: "Tests the basic functionality of 'avocado --help' to confirm it generates a usage message."
maintainer: merlinm
input:
args:
- koji_build
- arch
environment:
rpm:
- make
actions:
- name: download the build
koji:
action: download
koji_build: ${koji_build}
arch: $arch
target_dir: ${workdir}/rpms
- name: install the build
shell:
- dnf install -y ${workdir}/rpms/*.rpm
- name: run test
shell:
- make run