37251a7d74
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/skopeo#b7b524d267d941e35a37466e977b856c1de40fe5
17 lines
307 B
YAML
17 lines
307 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
- container
|
|
required_packages:
|
|
- bats
|
|
- skopeo
|
|
- skopeo-tests
|
|
tests:
|
|
- root-test:
|
|
dir: ./
|
|
run: ./test_skopeo.sh
|
|
timeout: 15m
|