cc5550a75f
Enable the ones corresponding to the selenium tests [1], except for some which are still too unstable. [1] https://github.com/cockpit-project/cockpit/issues/13481
34 lines
608 B
YAML
34 lines
608 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
|
|
- cockpit-machines
|
|
- cockpit-sosreport
|
|
- cockpit-storaged
|
|
- createrepo_c
|
|
- dnf-automatic
|
|
- firewalld
|
|
- libvirt-daemon-config-network
|
|
- podman
|
|
- targetcli
|
|
- tlog
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tools/debian/tests/
|
|
run: ./smoke
|
|
- verify:
|
|
dir: .
|
|
run: ./verify.sh
|
|
save-files: ["logs/*"]
|