6d1be3eb74
Dynamically set $TEST_OS from /etc/os-release, and install chromium directly on Fedora and from EPEL on RHEL. With these we can keep the test in sync between RHEL and Fedora. Also drop the obsolete resetting of system changes, that was fixed in cockpit's tests.
38 lines
662 B
YAML
38 lines
662 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
|
|
- git
|
|
- libvirt-daemon-config-network
|
|
- libvirt-python3
|
|
- make
|
|
- npm
|
|
- python3
|
|
- targetcli
|
|
- tlog
|
|
tests:
|
|
- smoke:
|
|
dir: ./source/tools/debian/tests/
|
|
run: ./smoke
|
|
- verify:
|
|
dir: .
|
|
run: ./verify.sh
|
|
save-files: ["logs/*"]
|