2021-10-01 10:43:30 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
2022-03-14 19:29:00 +00:00
|
|
|
tags: classic
|
2021-10-01 10:43:30 +00:00
|
|
|
roles:
|
2022-03-14 13:49:34 +00:00
|
|
|
- role: bats_installed
|
2021-10-01 10:43:30 +00:00
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
|
|
|
required_packages:
|
|
|
|
- skopeo
|
|
|
|
- skopeo-tests
|
|
|
|
tests:
|
|
|
|
- root-test:
|
|
|
|
dir: ./
|
|
|
|
run: ./test_skopeo.sh
|
|
|
|
timeout: 15m
|