cockpit/tests/tests.yml

41 lines
721 B
YAML
Raw Normal View History

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- cockpit
- cockpit-tests
- cockpit-dashboard
- cockpit-machines
- cockpit-sosreport
- cockpit-storaged
2020-04-01 18:51:47 +00:00
- createrepo_c
2020-06-30 19:32:59 +00:00
- cryptsetup
2020-04-06 18:24:49 +00:00
- dnf-automatic
- firewalld
- git
- libvirt-daemon-config-network
- libvirt-python3
- make
2020-06-30 19:32:59 +00:00
- NetworkManager-team
- npm
- python3
- sssd-dbus
- targetcli
- tlog
tests:
- smoke:
dir: ./source/tools/debian/tests/
run: ./smoke
- verify:
dir: .
run: ./verify.sh
2019-07-30 09:07:45 +00:00
save-files: ["logs/*"]