cockpit/tests/tests.yml
2019-07-30 11:07:45 +02:00

25 lines
420 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- cockpit
- cockpit-tests
- cockpit-dashboard
- podman
tests:
- smoke:
dir: ./source/tools/debian/tests/
run: ./smoke
- verify:
dir: .
run: ./verify.sh
save-files: ["logs/*"]