cockpit-podman/tests/tests.yml
2020-04-29 07:49:57 +02:00

24 lines
367 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- cockpit-podman
- cockpit-ws
- git
- libvirt-python3
- make
- npm
- python3
tests:
- browser:
dir: .
run: ./browser.sh
save-files: ["logs/*"]