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
|