47b67cbbfb
- Sync with RHEL9 - Resolves: RHEL-30637 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
18 lines
335 B
YAML
18 lines
335 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
roles:
|
|
- role: bats_installed
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- skopeo
|
|
- skopeo-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_skopeo.sh
|
|
timeout: 15m
|