7a15858c41
- be sure to install BATS before gating tests are executed (thanks to Ed Santiago) - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
18 lines
334 B
YAML
18 lines
334 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: bats_installed
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- bats
|
|
- skopeo
|
|
- skopeo-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_skopeo.sh
|
|
timeout: 15m
|