skopeo/tests/test_skopeo.yml
Jindrich Novy 7a15858c41 skopeo-1.6.1-2.el9
- be sure to install BATS before gating tests are executed
  (thanks to Ed Santiago)
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2022-03-14 14:49:34 +01:00

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