2019-10-16 12:33:29 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
2024-03-28 11:38:22 +00:00
|
|
|
tags: classic
|
2019-10-16 12:33:29 +00:00
|
|
|
roles:
|
2024-03-28 11:38:22 +00:00
|
|
|
- role: bats_installed
|
2019-10-16 12:33:29 +00:00
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
|
|
|
required_packages:
|
|
|
|
- skopeo
|
|
|
|
- skopeo-tests
|
|
|
|
tests:
|
|
|
|
- root-test:
|
|
|
|
dir: ./
|
|
|
|
run: ./test_skopeo.sh
|
|
|
|
timeout: 15m
|