6fa2310f0e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cockpit#1fd0512356a037b7a9995076c57fdb2b103abb34
41 lines
721 B
YAML
41 lines
721 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
|
|
- cryptsetup
|
|
- dnf-automatic
|
|
- firewalld
|
|
- git
|
|
- libvirt-daemon-config-network
|
|
- libvirt-python3
|
|
- make
|
|
- NetworkManager-team
|
|
- npm
|
|
- python3
|
|
- sssd-dbus
|
|
- targetcli
|
|
- tlog
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tools/debian/tests/
|
|
run: ./smoke
|
|
- verify:
|
|
dir: .
|
|
run: ./verify.sh
|
|
save-files: ["logs/*"]
|