unzip/tests/tests.yml

20 lines
305 B
YAML
Raw Normal View History

2022-01-05 08:49:46 +00:00
---
- hosts: localhost
vars:
- artifacts: ./artifacts
remote_user: root
roles:
- role: standard-test-basic
tags:
- atomic
- classic
- container
tests:
- simple:
dir: gating
run: ./all.sh
required_packages:
- zip
- unzip
- coreutils