72d872dbc5
- Fix gating issues in tests/tests.yml - Related: RHEL-2112 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
18 lines
424 B
YAML
18 lines
424 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: bats_installed
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: buildah root
|
|
package: buildah
|
|
environment:
|
|
TMPDIR: /var/tmp
|
|
BUILDAH_BINARY: /usr/bin/buildah
|
|
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
|
COPY_BINARY: /usr/bin/buildah-copy
|
|
TUTORIAL_BINARY: /usr/bin/buildah-tutorial
|