b5759713f1
As the firewalld tests expect the libvirt "default" network, add cockpit-machines test dependency, which pulls in the libvirt stack. We will soon test the Machines page anyway.
30 lines
542 B
YAML
30 lines
542 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
|
|
- firewalld
|
|
- libvirt-daemon-config-network
|
|
- podman
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tools/debian/tests/
|
|
run: ./smoke
|
|
- verify:
|
|
dir: .
|
|
run: ./verify.sh
|
|
save-files: ["logs/*"]
|